Releases: yaza-putu/laravel-repository-with-service
Releases · yaza-putu/laravel-repository-with-service
V3.2.1
- new cones with interface and class implement of service and repository
- auto bind interface with implementation class of service and repository
- support modify/change resolved container interface with new implement class
V2.1.1
add class ServiceApi for instance CRUD rest api
V2.0.0
Update support for laravel 9
V1.5.15
change tag for wrong tag in V1.3.14
V1.5.14
Add toJson() for instan response json in result service
V1.4.13
AUTO Create folder in command "/" on artisan make:service.
ex: php artisan make:service Setup/AccountService
V1.3.12
change index key error exception message to error_message
V1.3.9
change type data int to dynamic in file repository , elequent.php for support primary key string
V1.3.8
add fitur upload file with use trait in model