plugin icon indicating copy to clipboard operation
plugin copied to clipboard

Filament Widgets and Pages Generation

Open risangbaskoro opened this issue 3 years ago • 0 comments

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.

risangbaskoro avatar Sep 22 '22 16:09 risangbaskoro