Special thanks to Luca Steeb, for developing an elegant package.
This package is dedicated to Goravel as an extend package.
hosseinmirzapur/prisma | goravel/framework |
---|---|
v1.1.x | v1.13.x |
- Add package:
go get github.com/hosseinmirzapur/prisma
- Register Service Provider:
// config/app.go
import "github.com/hosseinmirzapur/prisma"
"providers": []foundation.ServiceProvider{
...
&prisma.ServiceProvider{},
}
- See artisan list
go run . artisan list
go run . artisan prisma:version
Be sure to check Prisma Client with Go, as there are more information there as well.