This should have basic resource routes and controllers. Create controller using php artisan make:controller --resource to have all the typical controller resource handling generated for you.
Originals: https://github.com/2bnb/website/projects/1#card-30888771, https://github.com/2bnb/website/projects/1#card-30888788
This should have basic resource routes and controllers. Create controller using
php artisan make:controller --resourceto have all the typical controller resource handling generated for you.Originals: https://github.com/2bnb/website/projects/1#card-30888771, https://github.com/2bnb/website/projects/1#card-30888788