Second Panel

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

Did you find this page helpful?