lulco / nette-phoenix-registrator
Integration of Phoenix Database Migrations into Nette Framework
Installs: 130 120
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/lulco/nette-phoenix-registrator
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