You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was attempting to install Laravel Boost in an existing project and after selecting the code editors and AI guidelines, I got the following error:
PHP Fatal error: Cannot declare class App\Providers\AppServiceProvider, because the name is already in use in /Users/username/Herd/my-project/app/Http/Providers/AppServiceProvider.php on line 7
The AppServiceProvider class was already in my project.
Steps To Reproduce
Installed Boost via composer:
composer require laravel/boost --dev
Ran the boost install command:
php artisan boost:install
Selected editors: Claude Code, PHP Storm, VS Code.
Selected AI Guidelines: Claude Code.