Skip to content

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

Notifications You must be signed in to change notification settings

erpeel-a/Boilerplate-Laravel-Project

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published