PHP framework on top of Slim framework.
Sites built on Plasticode:
Project | GitHub |
---|---|
Warcry.ru | kapxapot/plasticode-warcry |
DAComics.ru | kapxapot/dacomics |
Blizzard Streams (former blizzardstreams.com) | kapxapot/blizzardstreams |
Ассоциации | kapxapot/associations |
FTP Sync (unpublished and abandoned) | kapxapot/ftpsync |
Boilerplate | kapxapot/plasticode-boilerplate |
Plasticode uses Phinx DB migrations.
vendor/bin/phinx migrate
For non-default environment (stage, production):
vendor/bin/phinx -e environment
vendor/bin/phinx rollback
vendor/bin/phinx create NameOfMigration
composer test