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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
- Install Xampp oldest version
- Add path of folder php in Xampp to environment path (if Window).
- Install composer (recommend LTS version)
- Install nodejs
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