@fbc do you have the collision package installed? If you don't then remove the CollisionServiceProvider from the providers array within your confing/app.php file.
Nov 20, 2019
7
Level 2
can't PHP ARTISAN SERVE
composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating optimized autoload files
Warning: Ambiguous class resolution, "JakubOnderka\PhpConsoleHighlighter\Highlighter" was found in both "/Users/fbc/PhpstormProjects/gm/vendor/jakub-onderka/php-console-highlighter/src/Highlighter.php" and "/Users/fbc/PhpstormProjects/gm/vendor/jakub-onderka/php-console-highlighter/src/JakubOnderka/PhpConsoleHighlighter/Highlighter.php", the first will be used.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In ProviderRepository.php line 208:
Class 'NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider' not
found
Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1
Vader:gm fbc$ php artisan serve
In ProviderRepository.php line 208:
Class 'NunoMaduro\Collision\Adapters\Laravel\CollisionServiceProvider' not found
I've tried COMPOSER DUMP-AUTOLOAD
I can't seem to get rid of it.
Level 67
What happens when you delete /vendor and run composer install?
Please or to participate in this conversation.