Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 339 Bytes

File metadata and controls

13 lines (8 loc) · 339 Bytes

Laravel Boilerplate

Installation

This GitHub repository is a template, so you can use it to create a fresh repository. Or you can install via composer:

composer create-project grosv/laravel-boilerplate "^7.0"

Setup

Run php artisan project:start to create your local database and set up your .env file.