A Slim framework 3 bootstrap that is very foxy indeed.
Available Commands:
php slim app:test
: A simple Test Commandphp slilm migration:create
: Create a new Database Migrationphp slim migration:migrate
: Run the migrationsphp slim migration:reset
: Reset all Migrationsphp slim migration:rollback
: Rollback previous Migration
Migrations are configured in phinx.php
instead of the default phinx.yml
to allow us to pull bootstrap configuration from out application
Rob Morgan for Phinx - database migrations
Hannes Forsgård for classtools - using this to load in all commands into the Slim console
Slim Framework for basically the base of what I want to achieve - thanks to all the contributers!
If you have any questions feel free to drop me a tweet @JustSteveKing
Alternatively join us on the Slim slack channel, where I am always active.