定制 timedoor/baskito 二次开发

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

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

timedoor/baskito

Composer 安装命令:

composer create-project timedoor/baskito

包简介

Laravel Starter Kit with InertiaJS and Vue 3

README 文档

README

About Baskito

Baskito stands for Backend Starter Kit Task Force that Timedoor Backend Developer built to improve development time for the admin page with a standardized tech stack and components built on Laravel 9 :

Prerequisites

Before starting a Baskito project, you need to install this program on your computer to match the Baskito tech stack.

  • php : ^8.0.2 docs
  • composer : ^2.0.0 docs
  • nodejs : ^16.0.0 docs

Dependencies

Besides the package that is already built-in with Laravel, here's the list of installed dependencies within this project.

PHP

  • inertiajs/inertia-laravel : ^0.6.4 docs
  • innocenzi/laravel-vite: 0.2.* docs
  • laravel/ui: ^4.1 docs
  • tightenco/ziggy: ^1.5 docs
  • barryvdh/laravel-debugbar: ^3.7 docs

Javascript

  • @types/bootstrap: ^5.2.6 docs
  • @types/jquery: ^3.5.14 docs
  • @types/ziggy-js: ^1.3.2 docs
  • @types/select2: ^4.0.56 docs
  • @typescript-eslint/eslint-plugin: ^5.46.1 docs
  • @typescript-eslint/parser: ^5.46.1 docs
  • @vitejs/plugin-vue: ^3.2.0 docs
  • @vue/compiler-sfc: ^3.2.45 docs
  • eslint: ^8.29.0 docs
  • eslint-config-prettier: ^8.5.0 docs
  • eslint-plugin-vue: ^9.8.0 docs
  • prettier: ^2.8.1 docs
  • sass: ^1.56.1 docs
  • vite: ^3.2.5 docs
  • vite-plugin-laravel: ^3.2.5 docs
  • vue-eslint-parser: ^9.1.0 docs
  • @inertiajs/inertia: ^0.11.1 docs
  • @inertiajs/inertia-vue3: ^0.6.0 docs
  • @inertiajs/progress: ^0.2.7 docs
  • vue: ^3.2.36 docs
  • ziggy-js: ^1.5.0 docs

Installation

PHP

First, you need to install all PHP package requirements.

composer install

Copy and paste the .env.example file into .env this project and generate APP_KEY.

cp .env.example .env

php artisan key:generate

Create and set your database configuration in the .env file then run the database migration and seeder.

php artisan migrate --seed

Javascript

Install Javascript package dependencies.

npm install

Run Vite for development.

npm run dev

Build Vite.

npm run build

Settings

Vite

Set DEV_SERVER_URL setting in .env to match your local project URL and add a port for Vite to it.

DEV_SERVER_URL=http://baskito.test:4000

Vite SSL

If you use HTTPS for DEV_SERVER_URL while using Laragon that is not placed in the default folder (C:\laragon) or somehow have an SSL error, you must specify the SSL key and certificate file path in the DEV_SERVER_KEY and DEV_SERVER_CERT settings in the .env.

DEV_SERVER_KEY="D:\\laragon\\etc\\ssl\\laragon.key"
DEV_SERVER_CERT="D:\\laragon\\etc\\ssl\\laragon.crt"

timedoor/baskito 适用场景与选型建议

timedoor/baskito 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 66 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 02 月 06 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「framework」 「laravel」 「inertiajs」 「baskito」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 timedoor/baskito 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 timedoor/baskito 我们能提供哪些服务?
定制开发 / 二次开发

基于 timedoor/baskito 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-02-06