F
Filamentβ€’2mo ago
Ahmadmhk

Panel /Admin error 404

i am making a new project after i type php artisan filament:install --panels for some reason some files are missing in provider does that mean i need to add them manually ? and do i need to add some stuff in confige/app.php
8 Replies
LeandroFerreira
LeandroFerreiraβ€’2mo ago
what laravel version?
Ahmadmhk
Ahmadmhkβ€’2mo ago
new one 11 i just mad this project
Vp
Vpβ€’2mo ago
some files are missing in provider
Can you specify what is missing? I've seen this warning, but it's working tho without adding extra. (for me I've never encounter missing one, but saw the warning)
LeandroFerreira
LeandroFerreiraβ€’2mo ago
bootstrap/providers.php did you register here?
return [
App\Providers\AppServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
];
return [
App\Providers\AppServiceProvider::class,
App\Providers\Filament\AdminPanelProvider::class,
];
Ahmadmhk
Ahmadmhkβ€’2mo ago
this right
LeandroFerreira
LeandroFerreiraβ€’2mo ago
this should be /admin, not /Admin
Ahmadmhk
Ahmadmhkβ€’2mo ago
did not work but after making 4 project its fix its self
LeandroFerreira
LeandroFerreiraβ€’2mo ago
That's it! So, when you start a new project, make sure to create four projects πŸ˜