diff --git a/bin/doctrine-migrations.php b/bin/doctrine-migrations similarity index 100% rename from bin/doctrine-migrations.php rename to bin/doctrine-migrations diff --git a/config/autoload/local.php b/config/autoload/local.php deleted file mode 100644 index a58f3f8..0000000 --- a/config/autoload/local.php +++ /dev/null @@ -1,46 +0,0 @@ - [ - 'host' => 'localhost', - 'dbname' => 'light', - 'user' => 'root', - 'password' => '123', - 'port' => 3306, - 'driver' => 'pdo_mysql', - 'charset' => 'utf8mb4', - 'collate' => 'utf8mb4_general_ci', - ], - // you can add more database connections into this array -]; - -return [ - 'databases' => $databases, - 'doctrine' => [ - 'connection' => [ - 'orm_default' => [ - 'params' => $databases['default'], - ], - ], - ], - 'application' => [ - 'url' => $baseUrl, - ], - 'routes' => [ - 'page' => [ - 'about' => 'about', - 'who-we-are' => 'who-we-are', - ], - ], -];