Skip to content

lingtalfi/Light_ProjectVars

Repository files navigation

Light_ProjectVars

2021-06-11 -> 2021-06-28

Access variables specific to your project.

This is a Light plugin.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.Light_ProjectVars

Using the uni command.

uni import Ling/Light_ProjectVars

Or just download it and place it where you want otherwise.

Summary

Services

Here is an example of the service configuration:

project_vars:
    instance: Ling\Light_ProjectVars\Service\LightProjectVarsService
    methods:
        setContainer:
            container: @container()
        setVariables:
            vars: ${project_vars_vars.variables}



$project_vars_vars.variables:
    project_name: my_project
    website: myproject.com




History Log

  • 1.0.1 -- 2021-06-28

    • add website var
  • 1.0.0 -- 2021-06-11

    • initial commit

About

Access variables specific to your project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages