https://github.com/zinmyoswe/laravel-filters
Laravel 5.8 product Filters
https://github.com/zinmyoswe/laravel-filters
Last synced: about 2 months ago
JSON representation
Laravel 5.8 product Filters
- Host: GitHub
- URL: https://github.com/zinmyoswe/laravel-filters
- Owner: zinmyoswe
- Created: 2019-05-19T21:42:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T21:49:42.000Z (about 6 years ago)
- Last Synced: 2025-02-15T20:52:48.785Z (4 months ago)
- Language: PHP
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Filters
Laravel 5.8 product Filters## Note
- `php artisan make:factory ProductFactory --model=Product `
- `php artisan tinker` and then write the following code to generate the data.
- `factory(\App\Product::class, 20)->create()`
- ` http://localhost:8000/products`