simple-project
This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind
Project Setup
git clone https://github.com/akramdev-ye/simple-project.git
cd simple-project
composer install
npm install
Compile and Hot-Reload for Development
php artisan serve
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Last steps
copy .env.example to .env file then
Generate Application key
php artisan key:generate
Edit .env file
APP_URL=http://localhost:8000