An open API service indexing awesome lists of open source software.

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

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`