codesleeve / platform
The Codesleeve Platform Starter Kit
Installs: 428
Dependents: 0
Suggesters: 0
Security: 0
Stars: 29
Watchers: 6
Forks: 13
Open Issues: 2
Language:CSS
Requires
- codesleeve/asset-pipeline: dev-master
- codesleeve/stapler: dev-master
- laravel/framework: 4.0.*
- loic-sharma/profiler: 1.1.*
- machuga/authority-l4: dev-master
- way/generators: dev-master
This package is not auto-updated.
Last update: 2022-02-01 12:45:04 UTC
README
Quickstart
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.
What if I want to install platform into an existing project?
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
How do I manage environments?
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.