Releases: awais-vteams/laravel-crud-generator
Releases · awais-vteams/laravel-crud-generator
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
Compatible to Laravel 11
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 deprecated
laravelcollective/html
package. Now we have our form fields. - Bug fixes
Full Changelog: v1.5...v1.6
Compatible to DBs
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
Stubs template with localization
Compatible to Laravel 10
v1.4 support for Laravel-v10x
revereted for moment
v1.3.3 Update GeneratorCommand.php
Get column names from Schema
Get Column Listing issue is fixed. #6 #8 #12 error fixed.
Compatible to Laravel 9
v1.3.1 Update composer.json