A template to start your Laravel project with InertiaJS and antfu/vitesse frontend flavor.
- Click "Use this template" in github interface
- or use
degit
to clonenpx degit imsus/laravel-inertia-vitesse
- Install dependencies
- PHP dependencies
composer install
- JS dependencies
npm install
orbun install
- PHP dependencies
- Run
npm run dev
orbun run dev
- Open
http://localhost:8000/
- Run
npm run build
orbun run build
- Build files will be generated in
public/build
- On your server, git clone
- Run build step
- Run optimize
php artisan optimize
- Since this is a template you need to check the latest version by comparing diff on each commit. You can compare and check changes on github here