承接 jarnix/laravel-auto-environment 相关项目开发

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

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

jarnix/laravel-auto-environment

Composer 安装命令:

composer require jarnix/laravel-auto-environment

包简介

Auto-detection and configuration of the environment with multiple env files

README 文档

README

Auto-detects the application environment with the hostname or http host

Allows for multiple environments and versioned "env" files.

Detects the application environment from a env file or the hostname or http host. A .env file will always overwrite any other file (default Laravel's behavior)

Use this code by adding this in bootstrap/app.php

\Jarnix\LaravelAutoEnvironment\Loader::init($app, [
    'envsFolder' => '/config',
    'hostLocalRegexp' => '/vagrantphp7',
    'urlLocalRegexp' => '/l\.webedev\.com/',
    'urlTestingRegexp' => '/test\.webedev.com/',
    'urlProductionRegexp' => '/www\.webedev.com/'
]);

Put your different configuration files in the app's "/config" folder, or another folder (specified as the 'envsFolder' parameter) :

  • .env.local
  • .env.testing
  • .env.production

Parameters

You can customize these parameters:

  • envsFolder: where you put the .env files (local.env, production.env...)
  • hostnameLocalRegexp: the regexp for the hostname in local mode (cli)
  • urlLocalRegexp: the regexp for the http host in local mode (http)
  • urlTestingRegexp: the regexp for the http host in testing mode (http)
  • urlProductionRegexp: the regexp for the http host in prod mode (http)

You can force the environment everywhere

You can also force the environment you want by creating a file called "env" at the root of the app, containing the environment you want to load.

This code will then load the "env" file that you want in the "envsFolder" folder. For example: if the file's content is "local" => the file : /config/.env.local will be loaded

You can still force the environment in artisan

If you haven't created a env file, you can still obviously force the environment by using:

php artisan --env=testing

Or use a .env file

And you can use a .env file as usual, this will then bypass this code.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-27

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固