0

I'm trying to add the FilamentSaasTeamsPlugin in AdminPanelProvider

->plugins([
    FilamentSaasTeamsPlugin::make()
        ->allowAccountTeamTableAction()
        ->allowAccountTeamTableBulkAction()
        ->allowAccountTeamFilter()
        ->allowAccountTeamFormComponent()
        ->allowAccountTeamTableColumn()
])

After adding this plugin the system starts throwing exception

Route [filament.admin.resources.accounts.index] not defined.
2
  • Have you review the doc related to this plugin and follows all the instructions? May be try to run php artisan route:list and see if the route is there or not. Commented Jul 20 at 6:33
  • The route does not exists. The documentation didn't mention any other configuration/setup. I also tried the php artisan route:clear and It didn't work Commented Jul 21 at 10:19

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.