roxblnfk/slim4-app

There is no license information available for the latest version (0.1.1) of this package.

0.1.1 2019-07-17 00:31 UTC

This package is auto-updated.

Last update: 2024-09-17 11:47:48 UTC


README

Install

PHP 7.3 required

composer create-project --prefer-dist roxblnfk/slim4-app my-app
composer update

Configure

Configure your database in /config/database.yaml [Doc]

Migrations

Migrations config file: /config/migrations.yaml

  • Generate migration file from diff between Entities and DB structures:
    bin/run migrate:generate
  • Run migrations:
    bin/run migrate:up

TODO

  • Routes
  • Cache
  • Tests
  • CS