Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 894 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 894 Bytes

Laravel-Project-Boilerplate

Simple Boilerplate Laravel Project for Building Web Application or Web Service (API)

Inside this template?

Install

Download from branch master

git clone https://github.com/erpeel-a/Boilerplate-Laravel-Project

Install composer dependencies

composer install

Copy .env.example to .env

cp .env.example .env

Generate application key

php artisan key:generate

Create a new Database & setting .env then run migration and seeder

php artisan migrate --seed