irazasyed/larasupport
Composer 安装命令:
composer require irazasyed/larasupport
包简介
Adds Laravel Package Support in Lumen.
关键字:
README 文档
README
Larasupport Package
Laravel Package Support for Lumen: Makes Lumen compatible with Laravel Packages. You can use any Laravel Packages in Lumen by installing Larasupport Package.
Laravel Packages make use of various global helpers that are not available in Lumen core by default which prevents us from using any Laravel Package in Lumen.
This package adds the missing pieces to make Lumen compatible along with the support for
vendor:publishartisan command and other features.
Quick Start
Install
You can add the package directly by firing this command
$ composer require irazasyed/larasupport
Add Service Provider
Add this service provider to your bootstrap/app.php file.
$app->register(Irazasyed\Larasupport\Providers\ArtisanServiceProvider::class);
Artisan Service Provider is an optional provider required only if you want vendor:publish command working.
And you're done! You can now start installing any Laravel Package out there :)
Available Methods
These helpers can be used across your Lumen project, not only with Laravel Packages.
Paths
app_path
Get the fully qualified path to the app directory.
public_path
Get the fully qualified path to the public directory. You can set env variable PUBLIC_PATH and it'll return the same instead of the default public.
config_path
Get the fully qualified path to the config directory (Mostly used with Laravel Packages).
Artisan
vendor:publish
Artisan command to Publish any publishable assets from vendor packages (Required to get Laravel Packages working!).
php artisan vendor:publish
OR
php artisan vendor:publish --provider="Vendor\Providers\PackageServiceProvider"
Other
route_parameter
route_parameter($name, $default = null)
Get a given parameter from the route.
Contributing
Thank you for considering contributing to the project. Please read the contributing guide before creating an issue or sending in a pull request.
Code of Conduct
Please read our Code of Conduct before contributing or engaging in discussions.
Security
If you discover a security vulnerability within this project, please email Syed at syed at lukonet.com. All security vulnerabilities will be promptly addressed. You may view our full security policy here.
Additional information
Any issues, please report here
Credits
License
The Laravel framework is open-sourced software licensed under the MIT license. Larasupport consists almost entirely of Laravel source code, so maintains the same license. Please see License File for more information.
irazasyed/larasupport 适用场景与选型建议
irazasyed/larasupport 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 698.21k 次下载、GitHub Stars 达 127, 最近一次更新时间为 2015 年 05 月 24 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「laravel lumen support」 「lumen packages」 「laravel packages」 「lumen support」 「larasupport」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 irazasyed/larasupport 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 irazasyed/larasupport 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 irazasyed/larasupport 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Testing Suite For Lumen like Laravel does.
Stackdriver handler for Monolog (codeinternetapplications/monolog-stackdriver Fork).
Class to generate a standard structure for api json responses
a simple toolkit for social networks
ARCANEDEV Support Helpers
Amqp classes
统计信息
- 总下载量: 698.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 130
- 点击次数: 19
- 依赖项目数: 7
- 推荐数: 35
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-24
