Call to a member function auth() on null
Fresh install
Solution:Jump to solution
manual register
\App\Providers\Filament\AdminPanelProvider::class
to config/app.php
5 Replies
I have run filament install, and there is also no admin page. am I suppose to create an auth panel? I would think that would be set by default
beta4?
Did you run
php artisan filament:install --panels
?yes
"filament/filament": "^3.0@beta",
"name": "filament/filament",
"version": "v3.0.0-beta4",
"source": {
"type": "git",
"url": "https://github.com/filamentphp/panels.git",
"reference": "7fe184db8b076d6f65ee177a47564633ce469f13"
},
Solution
manual register
\App\Providers\Filament\AdminPanelProvider::class
to config/app.php
That did it