kamona/kui-laravel-jetstream
最新稳定版本:0.2.0
Composer 安装命令:
composer require kamona/kui-laravel-jetstream
包简介
Different UI for laravel/jetstream
README 文档
README
Different UI for larave/jetstream.
Breeze Version
We 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 >= 8.0 and
cdto your app. - Install laravel/jetstream
composer require laravel/jetstream
# after finish run this command
php artisan jetstream:install livewire --teams
- Install kamona/kui-laravel-jetstream
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
- 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:
- livewire:
resources/views/components/sidebar/content.blade.php. - inertia:
resources/js/Components/Sidebar/SidebarContent.vue
Screens
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
统计信息
- 总下载量: 8.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 69
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-02







