lulco / nette-phoenix-registrator
There is no license information available for the latest version (2.0.1) of this package.
Integration of Phoenix Database Migrations into Nette Framework
Package info
github.com/lulco/nette-phoenix-registrator
pkg:composer/lulco/nette-phoenix-registrator
2.0.1
2024-04-05 09:07 UTC
Requires
- php: >= 7.1.0
- nette/di: ^2.4|^3.0
Requires (Dev)
- nette/bootstrap: ^2.4|^3.0
- phpunit/phpunit: > 7.0
README
Integration of Phoenix Database Migrations into Nette Framework
Reads container and creates Phoenix configuration based on files stored in it. Your database connections have to be set in this structure:
parameters:
database:
default:
adapter: ADAPTER
host: HOST
port: PORT # optional
user: USER
password: PASSWORD
dbname: DBNAME
charset: CHARSET # optional