teners/laravel-extras
Composer 安装命令:
composer require teners/laravel-extras
包简介
Extend laravel applications with more artisan commands, traits and useful helper classes
关键字:
README 文档
README
Laravel Extras is a package that extend Laravel Application with more artisan commands and useful traits and helper classes.
Installation
To install Laravel Extras, run the following command in your terminal:
composer require teners/laravel-extras
Publish the package configuration file
php artisan vendor:publish --provider="Teners\LaravelExtras\LaravelExtrasServiceProvider" --tag="extras-config"
And the migrations file if you would be using the files model
php artisan vendor:publish --provider="Teners\LaravelExtras\LaravelExtrasServiceProvider" --tag="extras-migrations"
Available Extras
Artisan Commands:
Extra Traits:
Extra Helpers:
Extra Models:
Make Blade
Creates a blade file inside the /resource/views/ directory.
php artisan make:trait {name}
Example:
php artisan make:blade index
# or
php artisan make:blade user/index
Make Trait
Creates a new Trait class in the App/Traits directory.
php artisan make:trait {name}
Example:
php artisan make:trait LocationTrait
# or
php artisan make:trait Security/LocationTrait
Log Clear
Clears log data from /storage/logs/ directory.
php artisan log:clear
Contributions
Contributions are welcome via Pull Requests on Github.
- Please document any change you made as neccesary in the README.md.
- Pleas make only one pull request per feature/fix.
- See below for some ideas on what you can help with.
- Option to generate file thumbnail in FileUploadTrait
- image/intervention for images, FFmeg for Videos
- make:service
- make:repository
- contruct:with-values
Add and set public values in the contruct of files generated with other artisan commands, e.g: make:event, make:mail, make:notification - cast to slug
Extend Cast to provide 'slug' cast - MakeArrayTrait
- Option to generate file thumbnail in FileUploadTrait
Issues
Please report any issue you encounter in using the package through the Github Issues tab.
Testing
composer test
Credits
Contributors
Contributors list will be added here
License
The MIT License (MIT). Please see License File for more information.
teners/laravel-extras 适用场景与选型建议
teners/laravel-extras 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 3.83k 次下载、GitHub Stars 达 5, 最近一次更新时间为 2024 年 02 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「file」 「upload」 「sluggable」 「trait」 「laravel」 「readable」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 teners/laravel-extras 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 teners/laravel-extras 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 teners/laravel-extras 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Provides a HasSlug trait that will generate a unique slug when saving your Laravel Eloquent model.
The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox
A simple Cake3 plugin to slug fields and find records by slug.
A library to extend Object capabilities.
Laravel Media Popup to upload/view the files
PMVC Plugin for File information
统计信息
- 总下载量: 3.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 16
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-02-11