I suggest you look at this Laravel From Scratch series
Also turn on errors in app/config/app.php
'debug' => true
Check the laravel error log file on /storage/log/laravel.log for more info on the nature of the error (Assuming Whoops something went wrong doesn't show u the stack trace.. I wonder why that is!!!)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community