Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 502 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 502 Bytes

Laravel Skeleton

A Laravel web application skeleton to help you start developing a website, easily and quickly.

Install

Clone this repo

$ git clone git@github.com:twinslab/laravel-skeleton.git

First things first

After downloading, you should run the following commands:

$ composer install
$ cp .env.example .env
$ php artisan key:generate
$ rm -rf .git

Optionally:

$ php artisan app:name YourNamespaceHere
$ git init

License

The MIT License