I've been trying to work on a laravel app but I can't even make it start.
I've run composer install
, composer global update
, composer udpate
, composer self-update
and several other commands,
I've deleted the vendor folder, the composer.lock file, re-ran composer install
and things I've found online to no avail. This is the error I keep getting:
@php artisan package:discover
In Container.php line 779:
Class request does not exist
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Not sure where to go next. Any ideas?