Retter241 / lara_iqu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Filtering for products (based on laravel 8.x).

Installation

  • clone this project
  • go to the folder application using cd command on your cmd or terminal
  • run composer install on your cmd or terminal
  • copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
  • Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
  • run npm install && npm run dev
  • run php artisan key:generate
  • run php artisan migrate
  • run php artisan serve
  • open the project on http://localhost:8000/

Done!

About


Languages

Language:JavaScript 69.1%Language:CSS 22.8%Language:PHP 5.8%Language:Blade 2.2%Language:Shell 0.0%Language:Vue 0.0%Language:SCSS 0.0%