Artisan commands will not run after adding in a PanelProvider
Whether I upgrade to v3 manually or automatically, adding either or both of the following:
App\Providers\Filament\AppPanelProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
to config/app.php causes php artisan commands to fail and no pages will load.
If neither are present in config/app.php, artisan commands will run and pages without filament elements/resources will load.
App\Providers\Filament\AppPanelProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
to config/app.php causes php artisan commands to fail and no pages will load.
If neither are present in config/app.php, artisan commands will run and pages without filament elements/resources will load.