Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 478 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 478 Bytes

Laravel Skeleton

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

License

The MIT License