cierrateam/laravel-architect
Composer 安装命令:
composer create-project cierrateam/laravel-architect
包简介
The php artisan for package creators.
README 文档
README
This package is under construction. Feel free to contribute.
Laravel Architect was created by, and is maintained by Vittorio Emmermann, founder of cierra. It's a helper you can install globally or locally for individual packages. Laravel Architect is supposed to take care of recurring grunt work, like creating a Test Class for your laravel package. Here's an example, you can easily do this architect make:test MyAwesomeTest and Laravel Architect will create the Test Class for you - inside your package. How nice is that?!
- Built on top of the Laravel Zero.
- Installable global to your machine as general helper.
- Also useable locally in single projects.
Installation
To install Laravel Architect we recomment to install it globally to gather the best usage of this package:
composer global require "cierrateam/laravel-architect"
Then run architect inspiring to ensure the package is installed.
Alternatively you can install it locally to a project:
composer require "cierrateam/laravel-architect"
But then you hace to run php vendor/bin/architect instead of only architect. Hint: Create an alias ;)
Usage
Here is work in progress :) Feel free to contribute.
Create a new package
architect init
Then just answer the questions.
Create a new test
architect make:test ExampleTest
A test will be created
Roadmap
- Creating Packages with architect
- Creating Tests with architect
- Creating Models, Controllers and migrations
- Customising stubs
- More options while creating packages
- Run package tests with architect
- Install local path packages with architect in projects
License
Laravel Architect is an open-source software licensed under the MIT license.
Credits
This package is made by cierra and is coded with support of community packages.
cierrateam/laravel-architect 适用场景与选型建议
cierrateam/laravel-architect 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7 次下载、GitHub Stars 达 5, 最近一次更新时间为 2020 年 03 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「package」 「cli」 「console」 「laravel」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 cierrateam/laravel-architect 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 cierrateam/laravel-architect 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 cierrateam/laravel-architect 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Simple ASCII output of array data
Slim starter / Slim skeleton package to boost your development with Slim framework
Generates a trait to help ease the access of custom repo methods
Eco CLI for Laravel .env syncing
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-03-09
