wewowweb/laravel-shared-hosting
Composer 安装命令:
composer require wewowweb/laravel-shared-hosting
包简介
Laravel package that simplifies deployment and management of Laravel application on your shared hosting server
README 文档
README
A package that will simplify deployment and management of Laravel application on your shared hosting server.
Why?
As developers, we're used to having a near picture perfect development environment, and we expect the same out of our production server. Sometimes however, you are not in control of deciding on the production environment. May it be cost or features - such as integrated mail servers and graphical user interfaces for managing certain business tasks - can ultimately direct the client toward a cheap shared host, that may not have the bells and whistles you would want.
If your Laravel app will indeed live on such a server, you might want this package to help.
This package is still in active development, so you might want to watch the repository to be notified of future changes.
Installation
You can install the package via composer:
composer require wewowweb/laravel-shared-hosting
Usage
php artisan shared:install
Once the package has been installed, run the command:
php artisan shared:install
shared:install command will allow you to overrride Laravel's default public/index.php file. The only change is the modification to the autoload and bootstrap functions, so that their path can be loaded from an .env file, which will save you all the instances where manual corrections of that file in development/production environment are necessary.
If you would like to have your autoload and bootstrap path set by .env variables, make sure to create them in the .env file like so:
SHARED_AUTO_LOADER=<your path here> SHARED_BOOTSTRAP=<your path here>
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email gal@wewowweb.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
wewowweb/laravel-shared-hosting 适用场景与选型建议
wewowweb/laravel-shared-hosting 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 16 次下载、GitHub Stars 达 2, 最近一次更新时间为 2019 年 05 月 13 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「laravel-shared-hosting」 「We Wow Web」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 wewowweb/laravel-shared-hosting 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wewowweb/laravel-shared-hosting 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 wewowweb/laravel-shared-hosting 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Svelte frontend preset for Laravel.
Yii2 wow
Wow! Uuid for PHP. Simple and Fast. Compliance with RFC 4122, but only UUID version 1 and version 4.
Yii2: WOW
Yii2 WOW. Reveal CSS animation as you scroll down a page
Alfabank REST API integration
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-13