subbly/framework

Framework of Subbly CMS

dev-master / 0.2.x-dev 2015-04-16 21:41 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:29:20 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

DB schemas

Add a new migration

$ php artisan migrate:make create_gateway_token_table --path=vendor/subbly/framework/src/migrations/  

Where create_gateway_token_table is the description of the migration.

Run migration

$ php artisan migrate --path=vendor/subbly/framework/src/migrations/