laravel-boilerplate-project Tailwind Templates

Laravel Boilerplate Project

This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind

Laravel boilerplate project

This template should help get you started developing with laravel 9 + Vue 3 in Vite + Tailwind

Project Setup

git clone https://github.com/akramghaleb/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

Top categories

Loading Svelte Themes