Some information ...
- PHP ^8.0.2
- Composer 2
- Laravel v10
- npm v9.6.0
- node v18.1.0
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
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
- https://www.binaryboxtuts.com/php-tutorials/generating-pdf-from-html-in-laravel-8/
- https://bagisto.com/en/how-to-generate-a-pdf-in-laravel-view/
- https://github.com/barryvdh/laravel-dompdf
If there are any problems, please leave a issue
> Click on the link to write a issue
- @UzSoftic - Umarov Kamoliddin
- ...
- v0.1 - Pre release
- ...
This template should help get you started developing with Vue 3 in Vite.