php artisan make:crud post "title:string, content:text" --with-livewire
Simply run php artisan vendor:publish --provider="Mrdebug\Crudgen\CrudgenServiceProvider" to publish new stubs before executing the make:crud command
Full changelog : https://github.com/misterdebug/crud-generator-laravel/compare/1.10.5...1.10.6
Doc : https://github.com/misterdebug/crud-generator-laravel/wiki/Generate-CRUD-with-livewire-datatable
commentable stub in your application's resources/crudgen/commentable/comment-block.stub folder.
Simply run php artisan vendor:publish --tag="commentable-stub" to publish the stubFull changelog : https://github.com/misterdebug/crud-generator-laravel/compare/1.10.4...1.10.5
make:service command (complete docs here : https://github.com/misterdebug/crud-generator-laravel/wiki/Create-a-new-Service-file)crudgen.php and yes it's a good news, path and namespace are customizable 'paths' =>
[
'service' =>
[
'path' => app_path('Services'),
'namespace' => 'App\Services'
]
]
Full changelog : https://github.com/misterdebug/crud-generator-laravel/compare/1.10.3...1.10.4
make:commentable command (complete docs here : https://github.com/misterdebug/crud-generator-laravel/wiki/Add-a-commentable-structure-to-any-model)Full changelog : https://github.com/misterdebug/crud-generator-laravel/compare/1.10.0...1.10.1
How can I help you explore Laravel packages today?