Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 1.34 KB

README.md

File metadata and controls

67 lines (54 loc) · 1.34 KB

Starter Kit App.

Table of Contents

  1. Dependency
  2. Setup
  3. Usage
  4. License

Dependency

Setup

  1. Clone or download
git clone https://github.com/RSUD-Kelas-D-Bantargebang-Dev-Team/starter-kit.git
  1. Install laravel dependency
composer install
  1. Create copy of .env
cp .env.example .env
  1. Generate laravel key
php artisan key:generate
  1. Set database name and account in .env
DB_DATABASE=starter
DB_USERNAME=root
DB_PASSWORD=
  1. Run Laravel migrate and seeder
php artisan migrate --seed
  1. Create the symbolic link
php artisan storage:link
  1. Start development server
php artisan serve

Usage

License

MIT License