Hi Joshua,
Did you make sure that your database was migrated?
php artisan migrate
It's likely to be a migration issue like Wyatt mentioned, if that doesn't help, you can view the error log for some more info on what's going on, it's visible here:
/storage/logs/laravel.log
marchershey liked this reply
Joshua, most of the time 500 errors occurs due to the .env file, check the .env file if you have changed it as well.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community