goodm4ven/anvil
Composer 安装命令:
composer require goodm4ven/anvil
包简介
An internal support package used for Laravel package development
README 文档
README
بسم الله الرحمن الرحيمAnvil
An internal package used for Laravel package development...
Installation
Install the package with Composer:
composer require --dev goodm4ven/anvil
Usage
I'm doing my best to make the helper classes "activatable" or injectable with ease. This is what we have, so far:
Laravel Booster incorrect alias for package development
Inject this to a service provider's register method:
\GoodMaven\Anvil\Fixes\RegisterLaravelBoosterJsonSchemaFix::activate();
Synchronize environment variables & configurations for Workbench testing
- Inside your
TestCase.phpclass, use this trait:
use \GoodMaven\Anvil\Concerns\TestableWorkbench;
- Inside the same class Testbench's
getEnvironmentSetUpmethod, call this method:
$this->setDatabaseTestingEssentials();
PestPHP Livewire Testing Methods
In order to bypass the issue of assigning specific waiting time for input fields to update correctly, we have these 2 helper methods:
use GoodMaven\Anvil\Support\LivewireTester; LivewireTester::waitForDomInputValue($page, $selector, $expectedValue); LivewireTester::waitForRenderedInputValue($page, $selector, $expectedValue);
Development
This package was initiated based on my Laravel package template that is built on top of Spatie's. Make sure to read the docs for both.
Tasks
- // TODO Unit testing all features
Support
Support ongoing package maintenance as well as the development of other projects through sponsorship or one-time donations if you prefer.
Credits
والحمد لله رب العالمين
goodm4ven/anvil 适用场景与选型建议
goodm4ven/anvil 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.66k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 12 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「support」 「laravel」 「internal」 「anvil」 「tallstack」 「GoodM4ven」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 goodm4ven/anvil 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 goodm4ven/anvil 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 goodm4ven/anvil 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Known customisation of MrClay's AutoP, placed here for composer support
Internal Queue Driver for Laravel (Push to background)
a simple toolkit for social networks
ARCANEDEV Support Helpers
Allows the addition of a link that can be internal or external
Alfabank REST API integration
统计信息
- 总下载量: 1.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 27
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-20