Skip to content

HackerSir/laravel-base

Repository files navigation

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.

About

A base website using laravel for HackerSir.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages