open-soft-app/back-end-generator
Composer 安装命令:
composer require open-soft-app/back-end-generator
包简介
Back-end generator: crud generator, Livewire components, scaffold migrations, factory, menu in one command based on database tables
关键字:
README 文档
README
A livewire CRUD Generation package to help scaffold basic site files. Package is autoloaded as per PSR-4 autoloading in any laravel version ^11.0 so no extra config required. It uses auth middleware thus installs breeze just incase you don't have any other auth mechanism.
Documentation
More detailed documentation can ne found at back-end-generator
Installation
You can install the package via Composer:
composer require open-soft-app/back-end-generator --dev
Usage
After running composer require open-soft-app/back-end-generator command just run:
php artisan crud:install
**This command will perfom below actions:
* Compile css/js based on `tailwind and fontawesome/free`.
* Run `npm install && run dev`
* Flush *node_modules* files from you folder.
Then generate Crud by:
php artisan crud:generate {table-name}
**This command will generate:
* Livewire Component.
* Migration (soon).
* Model.
* Views.
* Menu (soon).
* Factory.
**Remember to customise your generated factories if you need to use them later
License
The MIT License (MIT). Please see License File for more information.
open-soft-app/back-end-generator 适用场景与选型建议
open-soft-app/back-end-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 9 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 08 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「livewire-crud」 「back-end-generator」 「laravel-scaffolding」 「migration-scaffolding」 「model-scaffolding」 「menu-generator」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 open-soft-app/back-end-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 open-soft-app/back-end-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 open-soft-app/back-end-generator 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-20