https://github.com/pedroborges/laravel-svelte
https://github.com/pedroborges/laravel-svelte
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pedroborges/laravel-svelte
- Owner: pedroborges
- Created: 2019-08-05T22:09:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:22:07.000Z (over 3 years ago)
- Last Synced: 2025-04-03T13:47:22.503Z (about 1 year ago)
- Language: PHP
- Size: 1.97 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Laravel + Svelte + Inertia + Tailwind
## Installation
~~~sh
git clone git@github.com:pedroborges/laravel-svelte.git
cd laravel-svelte
composer install
cp .env.example .env
php artisan key:generate
yarn # or npm install
yarn run dev
~~~