ArtisanTinkerer.github.io

Blog

View on GitHub

I am going to keep making a note of these, maybe one day I will remember them.

Artisan Commands

php artisan make:controller PhotoController --resource

php artisan migrate:refresh --seed

Passing Data To Views

return view('tablet.home', compact('locations','fault_groups'));