Closed Fzoltan87 closed 1 month ago
it's easy just create the panel app
and use
php artisan filament:panel app
then use the plugin inside it, add when you generate a new resource select the panel
Yes, I have created this, and within the App\Filament\App\Resource\ folder, I have also created a new module, but the module's access does not appear in the navigation section.
okay just try
php artisan filament:optimize-clear
Great. Now it works. On the other hand, I did not give the Panel an App ID, but a Tenant.
How to create a new resource inside the app\Filament\ folder for tenants? Thx