定制 reyptr27/laravel-jetstream-inertia-ui 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

reyptr27/laravel-jetstream-inertia-ui

最新稳定版本:1.0

Composer 安装命令:

composer require reyptr27/laravel-jetstream-inertia-ui

包简介

Custom UI for laravel jetstream (inertia stack)

README 文档

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 vitejs or laravel-mix, it will work in both cases.

  1. Fresh install Laravel >= 11.0 and cd to your app.
  2. Install laravel/jetstream
composer require laravel/jetstream

# after finish run this command

php artisan jetstream:install inertia --teams
  1. 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
  1. Configure your database.
  2. Run php artisan migrate.
  3. php artisan serve.

Do not forget to change APP_URL in .env file and run php artisan storage:link if you want to enable manageProfilePicture feature.

Navigation

You will found sidebar links in:

resources/js/Components/Sidebar/SidebarContent.vue

Screens

Shocase 1 Shocase 2
Shocase 3

统计信息

  • 总下载量: 14
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-07-11