boboram / laravel-env-switch

laravel-env-switch
4 stars 4 forks source link

laravel-env-switch | PHPStorm Laravel Plugin

Version Downloads

Plugins for proper environment file switching

env list (환경 목록)

Description (설명)

  1. PHPStorm > Tools > Laravel Env Switch click!
    • (PHPStorm > 도구 > Laravel Env Switch 클릭!)
  2. Please select the desired work environment env[local|pre|live]
    • 원하는 작업 환경[local|pre|live]을 선택하세요.
  3. If the .env and .env.{#type} files exist, the contents of the .env file are changed to the .env.{#type} contents. (#type : This is the environment you chose.)
    • .env파일과 .env.{#type} 파일이 모두 존재하면 .env 파일이 .env.{#type} 내용으로 변경됩니다.(#type : 여러분이 선택한 환경을 뜻합니다.)
  4. If you don't have a .env file or .env.{#type} file, It does not switch and creates a .env file or .env.#{type} file.
    • .env 파일 혹은 .env.{#type} 파일이 존재하지 않는 경우 스위칭되지 않으며 존재하지 않는 파일을 생성해줍니다.
  5. Available for any project that uses the .env file as an environment file
    • .env 파일을 환경 파일로 사용하는 모든 프로젝트에서 사용 가능합니다.

See the laravel-env-switch for more information!

Installation


Plugin based on the IntelliJ Platform Plugin Template.