Skip to content

Releases: misterdebug/crud-generator-laravel

1.10.6 Generate CRUD with livewire datatable

14 Sep 23:19
Compare
Choose a tag to compare

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

1.10.5 Customizable commentable stub

30 Aug 01:44
Compare
Choose a tag to compare

What's Added :

  • You can publish and modify the 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 stub

Full changelog : 1.10.4...1.10.5

1.10.4 Make service command

12 Aug 00:50
Compare
Choose a tag to compare

What's Added :

 'paths' =>
    [
        'service' =>
        [
            'path' => app_path('Services'),
            'namespace' => 'App\Services'
        ]
    ]

Full changelog : 1.10.3...1.10.4

1.10.1 Commentable

20 May 02:55
302aded
Compare
Choose a tag to compare