Releases: iran-coders/database-repository
Releases · iran-coders/database-repository
Support Laravel 10
v1.2.2 feat(Composer): Add Support for Laravel 10
v1.2.1
fix
- Add POINT datatype as a string
- Remove laravel/helpers package
- Set default value for fields based on MySQL's default
- Remove unnecessary doc blocks
- Make all
- Remove redundant vendor:publish
- bugfix in the interface name
feature
- Change syntax sugar ?type to null|type
- Add all tables using the input option
- Added different code checking
- Add useful methods for indexes.
- Get Database From User
v1.1.2
v0.8.7
v0.8.6
- Minor fix in creating Mysql Repositories
- Minor fix in creating factories
v0.8.5
- Rename "delete" and "undelete" functions to "remove" and "restore" respectively
- Bug Fixed in Creating "remove" and "restore" Functions in Base Repositories
v0.8.4
- Remove some "die" functions
- Fix Base Repository Generation
Semi Stable Release for Production
Fix Make Entity Issues, Fix Base Classes Namespaces, Add Some PHP8.0 Stubs
Fix Namespaces and Command
v0.8.2 Update Readme.md
Fix ServiceProvider
v0.8.1 Fix ServiceProvider