marshmallow/commands
Composer 安装命令:
composer require marshmallow/commands
包简介
Verschillende handige commands.
关键字:
README 文档
README
Marshmallow Commands
A collection of handy Artisan commands that can be reused across all Marshmallow projects.
Installation
Install the package via Composer:
composer require marshmallow/commands
The service provider (Marshmallow\Commands\CommandsServiceProvider) is auto-discovered, so there is nothing else to register. The commands become available as soon as the package is installed.
Commands
| Command | Description |
|---|---|
env:set {key} {value} |
Add a variable to your .env file, or update it in place if the key already exists. |
marshmallow:resource {resource_name?} {package_name?} {--force} |
Generate a Laravel Nova resource from the package's stub into your app/Nova folder. Prompts for any missing argument; use --force to overwrite an existing resource without confirmation. |
marshmallow:clear |
Run all of Laravel's cache-clearing commands in one go (cache:clear, route:clear, config:clear, view:clear, clear-compiled). |
package:status {--cs-fixer} {--has-workflow=} |
List a table of symlinked path-repository packages (read from the project composer.json) that have outstanding git changes. |
cron:show |
Experimental: parse the scheduler defined in app/Console/Kernel.php and derive a single combined cron expression. |
Note:
cron:showis a work in progress and currently dumps its intermediate output for debugging rather than returning a finished cron line.
Usage
Set (or update) an environment variable:
php artisan env:set APP_NAME Marshmallow
Generate a Nova resource from the bundled stub:
php artisan marshmallow:resource Order orders
Clear all Laravel caches at once:
php artisan marshmallow:clear
Changelog
Please see CHANGELOG for recent changes.
Contributing
Contributions are welcome. Please open an issue or pull request on the repository and follow Marshmallow's standard contribution process.
Security Vulnerabilities
Please report security vulnerabilities by email to stef@marshmallow.dev rather than via the public issue tracker.
Credits
License
The MIT License. Please see the License File for more information.
marshmallow/commands 适用场景与选型建议
marshmallow/commands 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 14.98k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2019 年 11 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「marshmallow」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 marshmallow/commands 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 marshmallow/commands 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 marshmallow/commands 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This packages provides you with the ability to easily connect your Laravel application to ZohoDesk.
Generate slugs when saving Eloquent models
A Laravel Nova help field.
Connect your Kiyoh to your Laravel application
Sending request to you Google Analytics has never been easier. With support for e-commerce tracking.
A package to simply add metadata to models
统计信息
- 总下载量: 14.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 12
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-19