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

twinslab/laravel-skeleton-old

Repository files navigation

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

About

A Laravel skeleton application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages