Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 942 Bytes

readme.md

File metadata and controls

28 lines (21 loc) · 942 Bytes

Laravel Modular Base

About

This repo is base for my laravel project. Using Laravel 6.0.

Installation

  1. Create .env file in root project
  2. Generate key using php artisan key:generate
  3. Setup database config
  4. Setup session config
  5. Setup queue config
  6. Run php artisan migrate --seed
  7. Run php artisan passport:install
  8. Run php artisan passport:client --personal

Installed Packages