This is a fresh Laravel 10 application configured to use InertiaJS, Svelte, and TailwindCSS. Blog Post Installation cp .env.example .env composer install php artisan key:generate yarn install yarn run build php artisan serve