Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crmforms-onestartup
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Angel Martin
crmforms-onestartup
Commits
66ddb7c4
Commit
66ddb7c4
authored
Aug 28, 2018
by
Angel MAS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated readme
parent
d5111e28
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
42 deletions
+4
-42
README.md
README.md
+4
-42
No files found.
README.md
View file @
66ddb7c4
# Package products OneStartup
**onestartup/
product**
is a module product for website
s
**onestartup/
crm-forms**
manage forms landing
s
# Installation
-
Run this in the terminal
```
php
composer
require
onestartup
/
product
composer
require
onestartup
/
crm
-
forms
```
-
after add the ServiceProvider to the providers array in config/app.php
```
php
Onestartup\
Product\Product
ServiceProvider
::
class
,
Onestartup\
CrmForms\CrmForms
ServiceProvider
::
class
,
```
-
Run migration
```
php
php
artisan
migrate
```
-
add next lines to app/User.php
```
php
public
function
products
()
{
return
$this
->
hasMany
(
'Onestartup\Product\Model\Product'
,
'user_id'
);
}
```
-
run command for publish views
```
php
php
artisan
vendor
:
publish
--
provider
=
"Onestartup\
Product\Product
ServiceProvider"
php
artisan
vendor
:
publish
--
provider
=
"Onestartup\
CrmForms\CrmForms
ServiceProvider"
```
-
run command for publish config file
...
...
@@ -42,26 +28,3 @@ php artisan vendor:publish --provider="Onestartup\Product\ProductServiceProvider
```
php
php
artisan
vendor
:
publish
--
tag
=
config
```
-
run serv
```
php
php
artisan
serve
```
-
test in this route how admin user
```
php
http
://
localhost
:
8000
/
admin
/
product
/
product
```
-
add .env vars
```
php
SLUG_PRODUCTS
=
productos
SLUG_PRODUCTS_CATEGORY
=
categorias
```
-
test in this route
```
php
http
://
localhost
:
8000
/
portafolio
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment