Skip to content

1.10.6 Generate CRUD with livewire datatable

Latest
Compare
Choose a tag to compare
@misterdebug misterdebug released this 14 Sep 23:19
· 3 commits to master since this release

What's Added :

  • Now, you can generate CRUD with livewire datatable

Usage

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 : 1.10.5...1.10.6

Doc : https://github.com/misterdebug/crud-generator-laravel/wiki/Generate-CRUD-with-livewire-datatable