Best laravel framework open-source packages.

Laravel vite svelte tailwindcss starter template

A Laravel 9, Vite, Svelte SPA, Tailwind CSS (w/ Forms Plugin & Aspect Ratio Plugin), Axios & TypeScript starter template.
Updated 1 year ago

Laravel 9 + Vite + Svelte + Tailwind CSS

This starter template includes:

  • Laravel 9
  • Vite
  • Svelte
  • Tailwind CSS (w/ @tailwindcss/forms and @tailwindcss/aspect-ratio)
  • Axios
  • TypeScript

Installation

Install the composer dependencies:

composer install

Make a copy of the .env.example file named .env:

cp .env.example .env

Generate an app key:

php artisan key:generate

Install all package.json dependencies:

npm install

Run vite to server your assets/bundle:

npm run dev

Open a new terminal instance and serve the application:

php artisan serve