Package Data | |
---|---|
Maintainer Username: | Vinelab |
Package Create Date: | 2014-03-20 |
Package Last Update: | 2015-10-14 |
Home Page: | |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-11 15:08:28 |
Package Statistics | |
---|---|
Total Downloads: | 77 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 21 |
Total Watchers: | 11 |
Total Forks: | 3 |
Total Open Issues: | 12 |
A backend for dedicated products implementing an easy to use content management system and exposes data through an API specifically tailored for web and mobile.
composer create-project vinelab/agency my-project
bootstrap/start.php
by checking this line:$env = $app->detectEnvironment(array(
'development' => array('agency-develop') // as set in http://githb.com//vinelab/agency-deployment-provisioning
));
app/config/[environment]/database.php
inside the project directory:
php artisan migrate
php artisan db:seed
If you're following the steps in the deployment repo,
visiting http://agency.dev:7878
should open it up.
http://agency.dev:7878/cms
admin@vinelab.com
meh
remember to change them after logging in