| Install | |
|---|---|
composer require kamona/kui-laravel-jetstream |
|
| Latest Version: | 0.2.0 |
| PHP: | ^7.3|^8.0 |
Different UI for larave/jetstream.
We recommend installing this package on a project that you are starting from scratch.
NOTE: It doesn't matter if you use
vitejsorlaravel-mix, it will work in both cases.
cd to your app.composer require laravel/jetstream
# after finish run this command
php artisan jetstream:install livewire --teams
composer require kamona/kui-laravel-jetstream --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 kui-jetstream:replace livewire --teams
# available stacks (livewire,inertia).
# So if you run `php artisan jetstream:install inertia` you can run `php artisan kui-jetstream:replace inertia`
# then
npm install && npm run dev # or yarn && yarn dev
php artisan migrate.php artisan serve.Do not forget to change
APP_URLin.envfile and runphp artisan storage:linkif you want to enablemanageProfilePicturefeature.
You will found sidebar links in:
resources/views/components/sidebar/content.blade.php.resources/js/Components/Sidebar/SidebarContent.vue![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |