2017 © Pedro Peláez
 

library framework

Framework of Subbly CMS

image

subbly/framework

Framework of Subbly CMS

  • Thursday, April 16, 2015
  • by michael
  • Repository
  • 3 Watchers
  • 0 Stars
  • 254 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 4 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Subbly Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

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., (*2)

Run migration

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

The Versions