A Laravel web application skeleton to help you start developing a website, easily and quickly.
Clone this repo
$ git clone git@github.com:twinslab/laravel-skeleton.git
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
The MIT License