Releases: awais-vteams/laravel-crud-generator
Releases ยท awais-vteams/laravel-crud-generator
v2.1.8
What's Changed
- Fix: Livewire stubs not found on Linux (case sensitivity) by @acgy in #74
- Revert "Fix: Livewire stubs not found on Linux (case sensitivity)" by @awais-vteams in #75
- Revert "Revert "Fix: Livewire stubs not found on Linux (case sensitivity)"" by @awais-vteams in #77
- Fix: properly rename Livewire stub files to lowercase (no duplicates) by @acgy in #76
New Contributors
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- fix FileNotFoundException in CRUD generator by @huzaifaarain in #73
New Contributors
- @huzaifaarain made their first contribution in #73
Full Changelog: v2.1.6...v2.1.7
v2.1.6 - Fix custom stub
What's Changed
- Bump league/commonmark from 2.6.1 to 2.7.0 by @dependabot[bot] in #65
Full Changelog: v2.1.5...v2.1.6
v2.1.5
v2.1.4
Laravel v12
What's Changed
- Fix Issue 45 - Use JsonResource by @adwiv in #50
- Bump nesbot/carbon from 3.8.2 to 3.8.4 by @dependabot in #51
- Laravel 12.x Compatibility by @laravel-shift in #53
New Contributors
- @adwiv made their first contribution in #50
- @laravel-shift made their first contribution in #53
Full Changelog: v2.1.2...v2.1.3
v2.1.2
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
- @dependabot made their first contribution in #39
Full Changelog: v2.1.1...v2.1.2
v2.1.1
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
v2.1.0 Merge remote-tracking branch 'origin/2.x' into 2.x
v2.0
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