Simple Boilerplate Laravel Project for Building Web Application or Web Service (API)
- Laravel-backup
- Larecipe for Create Rest API Documentation
- Stisla admin template
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