savannabits/acacia 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

savannabits/acacia

Composer 安装命令:

composer require savannabits/acacia

包简介

Modular Backend Code Generation Engine for laravel 9.2, Vue.js 3.x and Tailwindcss 3.x inspired. Inspired by nwidart/laravel-modules and savannabits/jetstream-inertia-generator

README 文档

README

Latest Version on Packagist Software License Build Status Total Downloads

savannabits/acacia (an improved successor to savannabits/jetstream-inertia-generator) is a Backend Modular Code and CRUD generator for Laravel 9. The code is generated in the following stack:

  • Laravel ^9
  • Inertia.js
  • Laravel Breeze & Sanctum
  • Vue.js ^3
  • Tailwindcss ^3
  • PrimeVue ^3.11

Before Installation

Before you begin installation, you have to prepare your laravel app by installing the following:

  1. Install and Configure Laravel Sanctum Follow these Steps
  2. Install and configure Laravel Breeze as the authentication package Follow these steps
  3. Install and configure spatie/laravel-permission. Follow these Steps
  4. Install and configure laravel/scout. By default, acacia will try to configure the basic database driver for scout during installation. Follow Scout Installation steps

Now you are ready to install Acacia! Don't worry, acacia will be installed as a separate modular component, with its own frontend assets and even compilation process using vite.js, all separate from your main app, allowing you to even mix two frontend stacks together!

Install

To install through Composer, by run the following command:

composer require savannabits/acacia -W

By default, the Acacia's classes are not loaded automatically. Before proceeding with installation, autoload the Acacia namespace and backend modules using psr-4 by adding the following to your app's composer.json:

{
  "autoload": {
    "psr-4": {
        "App\\": "app/",
        "Database\\Factories\\": "database/factories/",
        "Database\\Seeders\\": "database/seeders/",
        "Acacia\\": "acacia/"
    }
  }
}

Tip: don't forget to run composer dump-autoload afterwards.

The package will automatically register its service providers. Then install the necessary files for code generation and backend by running:

php artisan acacia:install

Top: If you would like to force the replacement of existing Acacia files, add the --force option to the command above From here, you are ready to generate code and interact with your new backend.

Preview & Documentation

See a Preview or sample of the backend that you will get using this package HERE.

Username: admin@savannabits.com
Password: password

You'll find installation instructions and full documentation on https://acacia.savannabits.com/docs.

Credits

License

The MIT License (MIT). Please see License File for more information.

savannabits/acacia 适用场景与选型建议

savannabits/acacia 是一款 基于 Vue 开发的 Composer 扩展包,目前已累计 255 次下载、GitHub Stars 达 43, 最近一次更新时间为 2022 年 03 月 19 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

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

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

  • Stars: 43
  • Watchers: 2
  • Forks: 10
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-03-19