svpernova09/homesteadskeleton
最新稳定版本:1.0.9
Composer 安装命令:
composer create-project svpernova09/homesteadskeleton
包简介
Project specific Laravel Homestead vagrant environment
关键字:
README 文档
README
This project is depreciated.
You can now easily install homestead per project
The purpose of this is package is to easily provide the Laravel Homestead
Vagrant environment without having to rely on using the homestead command line application.
Another use case would be if you do not have / do not want PHP locally installed on your system.
You will at least need composer on your system to use this artisan command. If you do not have / want composer on your local system, copy everything in the files/ folder to the root of your Laravel project.
Installation
Add "svpernova09/homesteadskeleton": "1.0.* to your project's composer.json in require-dev.
Run composer update
Add to app/Providers/AppServiceProvider.php register() method:
if ($this->app->environment() == 'local') {
$this->app->register('Svpernova09\HomesteadSkeleton\HomesteadSkeletonServiceProvider');
}
Usage (Laravel)
Once you have followed the installation instructions:php artisan homestead:create.
This is designed to only be run once. If you run the command again you will overwrite files and any changes will be lost. You are free to remove this package from Composer once you have your Homestead files in your project root.
If you would like to specify the name of the virtual machine: (Optional)
This must be a unique or you will get a vagrant warning.
php artisan homestead:create --name=YourName
If you would like to specify the host name of the virtual machine:
php artisan homestead:create --hostname=YourHostName
For further Homestead configuration see Official Documentation
Usage (Non-Laravel)
You don't have to use Laravel to take advantage of this package. You just need to manually copy the files from vendor/svpernova/homesteadskeleton/files to your project root.
Ensure you change vb.name in scripts/homestead.rb to something unique.
Caution
If you plan on using this in multiple projects or alongside Homestead's normal usage, ensure you change vb.name in src/scripts/homestead.rb to something unique.
If you ran php artisan homestead:create the vb.name will be something from the Inspire command.
svpernova09/homesteadskeleton 适用场景与选型建议
svpernova09/homesteadskeleton 是一款 基于 Ruby 开发的 Composer 扩展包,目前已累计 65 次下载、GitHub Stars 达 33, 最近一次更新时间为 2015 年 06 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「vagrant」 「homestead」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 svpernova09/homesteadskeleton 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 svpernova09/homesteadskeleton 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 svpernova09/homesteadskeleton 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Vagrant(centos7) for web developers.
Allow ngrok url works on homestead
Fixed the Sublime editor link path when running a project from a VM
Alfabank REST API integration
WordPress boilerplate with modern development tools, easier configuration, and an improved folder structure
setup a wordpress with one terminal-command: composer create-project org_heigl/wordpress_bootstrap my-wordpress-folder
统计信息
- 总下载量: 65
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 33
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-06-05