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

2.0.1 2024-04-05 09:07 UTC

This package is auto-updated.

Last update: 2024-04-05 09:08:26 UTC


README

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