Bad mistake this morning. I uninstalled WAMP Server which deleted the Wamp folder and all its projects.
I restored the wamp folder from backup. WAMP is up and running on upgraded PHP and settings as before, however:
Laravel projects won't start - getting blank whoops pages on any Laravel project. When I cd into any project folder and try to run php artisan
, I get:
Unable to load the "app" configuration file.
The 'config/app.php'
does indeed exist. And, all the restored files appear correct.
As a test, I installed a new Laravel project and it works correctly. I also am able to clone a project from a Git repo, npm update
& composer install
, and that works. So, I don't think the problem is with the WAMP stack.
I need some direction troubleshooting this. Thanks!