2017 © Pedro Peláez
 

library platform

The Codesleeve Platform Starter Kit

image

codesleeve/platform

The Codesleeve Platform Starter Kit

  • Wednesday, April 23, 2014
  • by kelt
  • Repository
  • 0 Watchers
  • 0 Stars
  • 419 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Codesleeve Platform

Quickstart

Download by running this command in your console, (*1)

    $ composer create-project --stability="dev" codesleeve/platform your-project-name

Start up a new laravel server, (*2)

    php artisan serve

Navigate your browser to http://localhost:8000/login and use admin and password for the username and password., (*3)

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., (*4)

How do I manage environments?

If you copied the bootstrap/start.php file during platform:setup then you simply need to set in ~/.bashrc, (*5)

    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., (*6)

The Versions

23/04 2014

dev-master

9999999-dev

The Codesleeve Platform Starter Kit

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework platform codesleeve

24/02 2014