subbly/framework

Framework of Subbly CMS

Maintainers

Package info

github.com/subbly/framework

Issues

pkg:composer/subbly/framework

Statistics

Installs: 254

Dependents: 2

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-03-10 10:16:07 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/