reyptr27 / laravel-jetstream-inertia-ui
Custom UI for laravel jetstream (inertia stack)
Package info
github.com/reyptr27/laravel-jetstream-inertia-ui
Language:Vue
pkg:composer/reyptr27/laravel-jetstream-inertia-ui
1.0
2024-07-11 06:30 UTC
Requires
- php: ^8.2
This package is auto-updated.
Last update: 2026-03-29 01:29:05 UTC
README
Custom UI for laravel jetstream (inertia stack).
I recommend installing this package on a project that you are starting from scratch.
Usage
NOTE: It doesn't matter if you use
vitejsorlaravel-mix, it will work in both cases.
- Fresh install Laravel >= 11.0 and
cdto your app. - Install laravel/jetstream
composer require laravel/jetstream
# after finish run this command
php artisan jetstream:install inertia --teams
- Install reyptr27/laravel-jetstream-inertia-ui
composer require reyptr27/laravel-jetstream-inertia-ui --dev # after finish run this command # This package will detect if your project use vitejs or not by check if vite.config.js exist or not. php artisan reyptr27-jetstream:replace inertia --teams # This package is only available for Inertia Stack. # then npm install && npm run dev # or yarn && yarn dev
- Configure your database.
- Run
php artisan migrate. php artisan serve.
Do not forget to change
APP_URLin.envfile and runphp artisan storage:linkif you want to enablemanageProfilePicturefeature.
Navigation
You will found sidebar links in:
resources/js/Components/Sidebar/SidebarContent.vue
Screens
![]() |
![]() |
![]() |


