https://github.com/imsus/laravel-inertia-vitesse
Base template for working with laravel + inertia
https://github.com/imsus/laravel-inertia-vitesse
inertia laravel vue
Last synced: 6 months ago
JSON representation
Base template for working with laravel + inertia
- Host: GitHub
- URL: https://github.com/imsus/laravel-inertia-vitesse
- Owner: imsus
- License: mit
- Created: 2022-06-13T22:20:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T19:52:36.000Z (over 2 years ago)
- Last Synced: 2025-02-01T21:15:40.033Z (8 months ago)
- Topics: inertia, laravel, vue
- Language: PHP
- Homepage:
- Size: 2.84 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Inertia Vitesse
A template to start your Laravel project with InertiaJS and [antfu/vitesse][1] frontend flavor.
# Installation
1. Click "Use this template" in github interface
2. or use `degit` to clone `npx degit imsus/laravel-inertia-vitesse`
3. Install dependencies
1. PHP dependencies `composer install`
2. JS dependencies `npm install` or `bun install`# Usage
## Developing
1. Run `npm run dev` or `bun run dev`
2. Open `http://localhost:8000/`## Building
1. Run `npm run build` or `bun run build`
2. Build files will be generated in `public/build`## Deployment
1. On your server, git clone
2. Run build step
3. Run optimize `php artisan optimize`# Upgrading
1. 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][2][1]: https://github.com/antfu/vitesse
[2]: https://github.com/imsus/laravel-inertia-vitesse/commits/main