Releases: laraflow/crud
Releases · laraflow/crud
Service Provider Path Issue fixed
What's Changed
- Crud service providers path issue fixed by @hafijul233 in #4
New Contributors
- @hafijul233 made their first contribution in #4
Full Changelog: 0.6.0...0.7.0
Configuration publish issue fixed
0.6.0 Fix styling
Release Candidate 5
- Added Laravel 11.0 Compatibility Support
Full Changelog: 0.4.0...0.5.0
Release Candidate 4
Features:
- Added Fields (fillable & guarded) to the model class
- Added column definition in migration file
Full Changelog: 0.3.0...0.4.0
Release Candidate 3
- Added fields in request added
- Added fields in migration classes
Full Changelog: 0.2.0...0.3.0
Release Candidate 2
Changes
- Template File Modified to Structured
- Removed Unused Templates
- Fixed Non-Subdirectory Entry Namespace issue
Full Changelog: 0.1.0...0.2.0
Release Candidate 1
This is draft of creating api crud.
- Create Store, Update, and Index Request files
- Create Model class with appropriate table name
- Create Response Resources class for Individual and collections
- Create a Controller class to manage All Operation