Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 2.75 KB

README.md

File metadata and controls

64 lines (41 loc) · 2.75 KB

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

All development tools requirement

  • Install Xampp oldest version
  • Add path of folder php in Xampp to environment path (if Window).
  • Install composer (recommend LTS version)
  • Install nodejs

Clone and setup project BK manga

Command following

- git clone [email protected]:NoNutNghia/BK_manga.git (Using SSH, location in folder htdocs if Windows)
- cd to folder BK_manga

After clone project, command following to setup BK manga

- composer install --ignore-platform-reqs
- npm run dev
- cp .env.example .env
- php artisan key:generate

Run Xampp and turn on Apache and MySql

Create database name `bk_manga` in mysql phpmyadmin interface

Command follow to migrate database and seeding data

- php artisan migrate --seed

To link image in storage folder to display in the website, command

- php artisan storage:link

Cache again all config

- php artisan config:clear
- php artisan config:cache

Finish setup run: php artisan serve