Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app.
https://github.com/Rich-Harris/degit
npx degit sveltejs/template svelte-app
cd svelte-app
npm install
npm run dev
git clone https://github.com/sutin1234/laravel6-svelte3.git project-name
cd project-name
composer install
npm install
npm run watch & php artisan serve
http://localhost:5000