Skip to content

Releases: awais-vteams/laravel-crud-generator

v2.1.1

11 Jun 04:33
4a78595
Compare
Choose a tag to compare

Possibility of 100% customizing the generated views, controller, and Livewire components

  • Copy the stubs files and customize
php artisan vendor:publish --tag=stubs-crud
  • Bug fixes

PR

New Contributors

Full Changelog: v2.1.0...v2.1.1

Bug fix for bootstrap blade

22 Apr 02:40
Compare
Choose a tag to compare
v2.1.0

Merge remote-tracking branch 'origin/2.x' into 2.x

v2.0

21 Apr 14:53
c19d718
Compare
Choose a tag to compare

v2.0

  • Updated code with Laravel 11.x/10.x and latest versions
  • Drop old version support but can be used by using v1.x
  • Added CRUD to generate Tailwind + Bootstrap 5
  • Added CRUD to generate Livewire
  • Added CRUD for API only
  • Improved forms and table UI
  • Bug fixes

Full Changelog: v1.6...v2.0

Compatible to Laravel 11

17 Mar 04:56
Compare
Choose a tag to compare

v1.6

  • Support for Laravel v11
  • Support for Bootstrap v5
  • Added separate Request class for validation
  • Removed $rules from Model and moved to Request class
  • Updated views
  • Removed deprecatedlaravelcollective/html package. Now we have our form fields.
  • Bug fixes

Full Changelog: v1.5...v1.6

Compatible to DBs

28 Feb 14:25
Compare
Choose a tag to compare

What's Changed

v1.5

  • Support all DBs that Laravel supports (MySQL, PgSQL, MSSQL)
  • Added more validation rules
  • Default Model name updated to App\Models
  • Bug fixes

Full Changelog: v1.4.1...v1.5

v1.4.1: Merge pull request #17 from mverarey/master

16 Mar 01:33
4b46a2c
Compare
Choose a tag to compare
Stubs template with localization

Compatible to Laravel 10

15 Feb 05:30
74b5fdd
Compare
Choose a tag to compare
v1.4

support for Laravel-v10x

revereted for moment

08 Mar 14:15
5736a2c
Compare
Choose a tag to compare
v1.3.3

Update GeneratorCommand.php

Get column names from Schema

08 Mar 01:48
a567698
Compare
Choose a tag to compare
Get Column Listing issue is fixed.

#6 #8 #12  error fixed.

Compatible to Laravel 9

10 Feb 02:23
555e896
Compare
Choose a tag to compare
v1.3.1

Update composer.json