codesleeve/platform

This package is abandoned and no longer maintained. No replacement package was suggested.

The Codesleeve Platform Starter Kit

Installs: 428

Dependents: 0

Suggesters: 0

Security: 0

Stars: 29

Watchers: 6

Forks: 13

Open Issues: 2

Language:CSS

v4.0 2014-02-24 16:54 UTC

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.

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.