Commit 9eabfbf3 by Pancholin

edit readme

parent 30b4afd3
# Package products OneStartup # Package products OneStartup
**onestartup/product** is a module product for websites **onestartup/product_resources** is a module product for websites
# Installation # Installation
...@@ -25,7 +25,7 @@ php artisan migrate ...@@ -25,7 +25,7 @@ php artisan migrate
- add next lines to app/User.php - add next lines to app/User.php
```php ```php
public function products() public function productsResource()
{ {
return $this->hasMany('Onestartup\Product\Model\ProductResource', 'user_id'); return $this->hasMany('Onestartup\Product\Model\ProductResource', 'user_id');
} }
...@@ -46,7 +46,7 @@ php artisan serve ...@@ -46,7 +46,7 @@ php artisan serve
- test in this route how admin user - test in this route how admin user
```php ```php
http://localhost:8000/admin/product/product http://localhost:8000/admin/product_resources/products
``` ```
- test in this route - test in this route
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment