Skip to content

lulco/nette-phoenix-registrator

Repository files navigation

Nette <-> Phoenix registrator

Integration of Phoenix Database Migrations into Nette Framework

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads PHP 7 supported

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         

About

Integration of Phoenix Database Migrations into Nette Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages