Skip to content

Latest commit

 

History

History
74 lines (62 loc) · 2.47 KB

README.md

File metadata and controls

74 lines (62 loc) · 2.47 KB

Laravel Base (7.x)

StyleCI(7.0) codecov Build Status License

A website base on Laravel and Bootstrap for HackerSir.

Required

  • PHP 7.2.5+
  • Yarn

Framework

  • Laravel 7.x
  • Bootstrap 4
  • Font Awesome 5
  • Vue.js 2

Including

Installation Guide

  1. Run the following commands.
composer install  
yarn install
  1. Copy .env.example to .env.
cp .env.example .env
  1. Configure environment variables in .env.

  2. Generate app key.

php artisan key:generate
  1. Run migrations to setup tables.
php artisan migrate
  1. Compile resource files.
yarn dev    # if in local testing
yarn prod   # if in production

License

This project is open-source under the MIT license.