plugin
plugin copied to clipboard
Filament Widgets and Pages Generation
Feature Description
Currently, we are able to make a Filament Resource using Laravel Idea. it automatically creates a ModelResource as well as CreateRecord, and EditRecord in the ModelResource directory.
Using the same technique, it will be great if we have a Laravel Idea shortcut for Filament Widgets and Filament Pages.
So instead of creating a widget using terminal,
php artisan make:filament-widget
we can just use Laravel Idea's code generation.