Skip to content

danikaharu/berita-bonebolango

Repository files navigation

Logo

Table of Contents

  1. Requirements
  2. Features
  3. Setup
  4. License

Requirements

Features

Setup

  1. Clone or download from Releases
git clone https://github.com/danikaharu/berita-bonebolango
  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=
DB_USERNAME=
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

License

MIT License