Laravel web application skeleton to help you start developing any 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
The MIT License