Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
onestartup-product_resource
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
Francisco Salazar
onestartup-product_resource
Commits
d2d03280
Commit
d2d03280
authored
Jun 25, 2018
by
Pancholin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit composer file
parent
7db59228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+3
-3
composer.json
composer.json
+1
-1
No files found.
README.md
View file @
d2d03280
...
...
@@ -7,13 +7,13 @@
-
Run this in the terminal
```
php
composer
require
onestartup
/
product
composer
require
onestartup
/
product
_resources
```
-
after add the ServiceProvider to the providers array in config/app.php
```
php
Onestartup\Product
\ProductServiceProvider
::
class
,
Onestartup\Product
Resource\ProductResourceServiceProvider
::
class
```
-
Run migration
...
...
@@ -27,7 +27,7 @@ php artisan migrate
```
php
public
function
products
()
{
return
$this
->
hasMany
(
'Onestartup\Product\Model\Product'
,
'user_id'
);
return
$this
->
hasMany
(
'Onestartup\Product\Model\Product
Resource
'
,
'user_id'
);
}
```
...
...
composer.json
View file @
d2d03280
...
...
@@ -12,6 +12,6 @@
"minimum-stability"
:
"dev"
,
"require"
:
{},
"autoload"
:
{
"psr-4"
:
{
"Onestartup
\\
ProductResource
s
\\
"
:
"src"
}
"psr-4"
:
{
"Onestartup
\\
ProductResource
\\
"
:
"src"
}
}
}
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