承接 motomedialab/stub 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

motomedialab/stub

最新稳定版本:v0.9.4

Composer 安装命令:

composer require motomedialab/stub

包简介

Helper package to stub out a Laravel project for local development

README 文档

README

Stubs out Laravel projects with relevant packages and Docker configuration to skip the setup process and dive right into code. Based upon our commonly used packages and configurations.

This package makes some assumptions:

  1. You have docker installed and understand how to use it
  2. You have dnsmasq configured to route any .test domains to your local machine
  3. You are installing this as a development repository into a fresh laravel project
  4. You have already / will add ~/.mkcert-keys/rootCA.pem to your Keychain or Firefox

If you haven't already created your Laravel project, you should do so using the command below:

composer create-project laravel/laravel example-app

Then you can install and run this package using:

composer require motomedialab/stub --dev

php artisan motomedialab:stub

We also recommend having the below in your /etc/hosts file for easier communication with the Docker containers:

127.0.0.1       mariadb mysql php-fpm mailhog mailpit nginx soketi

统计信息

  • 总下载量: 27
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2024-01-08