Skip to content

KIUT-Projects/pbl-vendor

Repository files navigation

PBL Vendor Project

Screen 1

About Porject

Some information ...

Requirements

  • PHP ^8.0.2
  • Composer 2
  • Laravel v10
  • npm v9.6.0
  • node v18.1.0

Laravel required PHP Extensions

  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Install guide

composer install
npm install
php artisan key:generate
php artisan storage:link

Set .env database variables

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pbl-vendor
DB_USERNAME=root
DB_PASSWORD=
php artisan optimize:clear
php artisan migrate --seed

Run Laravel server

php artisan serve

Run Vite server (Frontend)

npm run dev

Database Diagram:

Database

Screenshots

Login Page Register Page Forgot Page Screen 2 Screen 3

Used articles

Support

If there are any problems, please leave a issue

> Click on the link to write a issue

Authors

  • @UzSoftic - Umarov Kamoliddin
  • ...

Versions

  • v0.1 - Pre release
  • ...

Additional

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur).