XeniaWeb Realty Adverts App - Laravel 11 Vite InertiaJs Vue3.js Tailwind ## Установить Laravel Herd для запуска окружения (PHP, Nginx) и Docker для базы данных
The Laravel framework is open-sourced software licensed under the MIT license.
docker compose up -d
docker compose down
npm install
npm run build
npm run dev
php artisan migrate:fresh --force --seed
php artisan db:seed --force