subbly/framework

Framework of Subbly CMS

Installs: 254

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

pkg:composer/subbly/framework

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

This package is not auto-updated.

Last update: 2025-10-07 08:09:11 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/