定制 mkinyua53/laravel-inertia-vue-starter-kit 二次开发

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

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

mkinyua53/laravel-inertia-vue-starter-kit

Composer 安装命令:

composer create-project mkinyua53/laravel-inertia-vue-starter-kit

包简介

The skeleton application for the Laravel framework.

README 文档

README

This is laravel starter kit to quickly start off a new project. It uses Jestream and Fortify for authentication.

The frontend uses Vuetify and TailwindCSS.

There is a service worker setup and window.PasswordCredential is used for optional fast login.

The Setting model can be used to tweak the app either in the frontend or backend. Sample usage in a component:

const $settings = inject('$systemSettings')
<a href="/auth/google/redirect" class="text-center text-decoration-none"
  v-if="$settings['use google login']">
  <v-btn size="small" color="primary" variant="tonal" class="ring-1" prepend-icon="mdi-google">
    Log In with Google
  </v-btn>
</a>

How to use

You should have the Laravel installer.

laravel new my-app --using=mkinyua53/laravel-inertia-vue-starter-kit

Features

  1. Authorization using DirectoryTree/Authorization

Check the authorization.php for the roles and permissions. There's a command php artisan install:auth to install the authorization tables. It can also be used in deployment script as used in the Envoy file

  1. Laravel Envoy is used to deploy the application.

  2. Gitlab CI/CD.

  3. Login via Google

Make sure to update the client_id and client_secret in config/services.php.

The use google login setting should be set to true. Settings can be accessed via the /settings URI.

  1. Google Analytics (GTM)

Update the two occurences of GTM-3333DDD3 in resources/views/app.blade.php

  1. Laravel Pulse

Check the AppServiceProvider.php for the pulse access configuration

  1. Laravel Log Viewer

Check the AppServiceProvider.php for the log viewer access configuration

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-14