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
Firstly is this project still supported as the existing issues have all gone unanswered?
If yes then I would want to use this package on a new project and did the following steps:
Laravel Jetstream install with livewire
installed filament/filament
Registered as a user
Loaded filament home page (/admin) - all looks good...
installed this package
did the documented installation steps below
artisan make:filament-context FilamentTeams
added FilamentTeamsServiceProvider to providers array in config/app.php
created app/FilamentTeams/Pages/Dashboard.php and added the code specified
created app/FilamentTeams/Resources/UserResource.php and added the code specified
Reloaded the Filament home page and got this error:-
Symfony \ Component \ Routing \ Exception \ RouteNotFoundException
Route [filament.pages.dashboard] not defined
Can someone tell me where I went wrong or forgot to do something? Is there a documentation resource for this package?
Thanks!
Firstly is this project still supported as the existing issues have all gone unanswered?
If yes then I would want to use this package on a new project and did the following steps:
Registered as a user
Loaded filament home page (/admin) - all looks good...
Can someone tell me where I went wrong or forgot to do something? Is there a documentation resource for this package?
Thanks!