Skip to content

Releases: awais-vteams/laravel-crud-generator

v2.1.2

09 Dec 06:04
Compare
Choose a tag to compare

What's Changed

  • adding layout option to false - issue-#36
  • Bump symfony/process from 7.0.4 to 7.1.7 by @dependabot in #39
  • Bump symfony/http-foundation from 7.0.4 to 7.1.7 by @dependabot in #38
  • Bump laravel/framework from 11.0.7 to 11.31.0 by @dependabot in #42

New Contributors

Full Changelog: v2.1.1...v2.1.2

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.