Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make config location editable via option #43

Open
wants to merge 2 commits into
base: 3.5
Choose a base branch
from

Commits on Oct 26, 2022

  1. Make config file name editable via env variable

    This makes it posible to define an alternative location for your config file. For example you want it inside a config folder or outside your project root. 
    
    Simply define the env variable CRUNZ_CONFIG in your environment or export before executing the command:
    ie: export CRUNZ_CONFIG=config/crunz.yml && php vendor/bin/crunz
    maartenvr98 authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    995715f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    328cfee View commit details
    Browse the repository at this point in the history