Download by running this command in your console
$ composer create-project --stability="dev" codesleeve/platform your-project-name
Start up a new laravel server
php artisan serve
Navigate your browser to http://localhost:8000/login
and use admin
and password
for the username and password.
If you already have an existing laravel 4.1 project then you can follow the instructions on each individual component page.
- platform-core - basic functionality, users, roles.
- platform-publish - pages and menus
If you copied the bootstrap/start.php
file during platform:setup
then you simply need to set in ~/.bashrc
LARAVEL_ENV="local"
We don't make use of hostnames or machine names as this is insecure and difficult to manage across teams and different machines.