organi/helpers
最新稳定版本:1.6.0
Composer 安装命令:
composer require organi/helpers
包简介
README 文档
README
You can install the package via composer:
composer require organi/helpers
You can publish and run the migrations with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Organi\Helpers\HelpersServiceProvider" --tag="helpers-config"
This is the contents of the published config file:
return [
];
Testing
composer test
统计信息
- 总下载量: 17.99k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-15