Second Panel
How do I create a resource for second panel? My first time try it out
3 Replies
You can use the
--panel=
flag when running a command for example php artisan make:filament-resource Customer --panel=second-panel
or just create like normal, it will ask on prompt
php artisan make:filament-resource Customer
enter
it will ask on prompt