/laravel-skeleton

A Laravel skeleton application to kickstart a new website.

Primary LanguagePHP

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