subbly/cms

e-commerce cms based on Laravel

Maintainers

Details

github.com/subbly/cms

Source

Issues

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 4

Forks: 0

Open Issues: 12

Type:project

dev-packaging 2015-03-04 23:04 UTC

This package is not auto-updated.

Last update: 2024-04-23 02:12:49 UTC


README

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Install

$ git clone https://github.com/subbly/cms.git
$ composer install

Setup database

Copy app/config/database.php into app/config/local/database.php then edit it with your DB settings. You can now import MySQL's schemas.

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

Done!

Comming soon, dataseeders.