Some information ...
- PHP ^8.0.2
- Composer 2
- Laravel v10
- npm v9.6.0
- node v18.1.0
- Bootstrap v5
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
composer install
npm install
cp .env.example .env
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
User: user@kiut.uz Password: password
Admin: admin@kiut.uz Password: password
If there are any problems, please leave a issue
> Click on the link to write a issue
- ISE-51U - Umarov Kamoliddin (@UzSoftic)
- ISE-51U - Abdukhamidov Abdurakhmon (@AbdurakhmonAbdukhamidov)
- ISE-51U - Zokirov Hojiakbar (@Khojiakbar07)
- v0.1 - Pre release
- ...