subbly / cms
e-commerce cms based on Laravel
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 0
Open Issues: 12
Type:project
Requires
- php: >=5.4
- subbly/backend: @dev
- subbly/framework: @dev
- subbly/frontage: @dev
This package is not auto-updated.
Last update: 2024-12-31 05:28:43 UTC
README
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.