twinslab / laravel-skeleton

A Laravel skeleton application to kickstart a new website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Laravel skeleton application to kickstart a new website.


Languages

Language:PHP 96.9%Language:HTML 3.1%