Skip to content

Releases: yaza-putu/laravel-repository-with-service

V3.2.1

08 Jul 13:41
Compare
Choose a tag to compare
  • 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

04 Jul 14:07
Compare
Choose a tag to compare

add class ServiceApi for instance CRUD rest api

V2.0.0

20 Apr 03:08
Compare
Choose a tag to compare

Update support for laravel 9

V1.5.15

28 Dec 12:55
Compare
Choose a tag to compare

change tag for wrong tag in V1.3.14

V1.5.14

28 Dec 12:50
Compare
Choose a tag to compare

Add toJson() for instan response json in result service

V1.4.13

13 Dec 15:14
Compare
Choose a tag to compare

AUTO Create folder in command "/" on artisan make:service.
ex: php artisan make:service Setup/AccountService

V1.3.13

02 Dec 05:46
Compare
Choose a tag to compare

fixing status code error

V1.3.12

02 Dec 05:40
Compare
Choose a tag to compare

change index key error exception message to error_message

V1.3.9

01 Dec 15:41
Compare
Choose a tag to compare

change type data int to dynamic in file repository , elequent.php for support primary key string

V1.3.8

01 Dec 13:33
Compare
Choose a tag to compare

add fitur upload file with use trait in model