Second Panel

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

Did you find this page helpful?