Giter Club home page Giter Club logo

Comments (8)

phillipsharring avatar phillipsharring commented on May 18, 2024 1

@ellisgl Hey! looks cool. A lot of effort went into that. Thanks for sharing.

from no-framework-tutorial.

phillipsharring avatar phillipsharring commented on May 18, 2024

I love the config folder idea with config files, and optionally have config/{environment} folders that overwrite any config in the main folder. The {environment} could be set in .env, which would be a good solution for /issues/20 (with the appropriate wrapper/interface of course)

from no-framework-tutorial.

ellisgl avatar ellisgl commented on May 18, 2024

The last full time development job I had, we had a config system that used .INI files. One for Dev, one for QA and one for Prod. Also each developer had their own INI that would merge with the Dev. It used apache env variables. I'll have to look for example code on my old hard drives.

from no-framework-tutorial.

phillipsharring avatar phillipsharring commented on May 18, 2024

Check out https://github.com/vlucas/phpdotenv

Lots of projects do it with an ignored .env and commited .env.example where new env keys are added. I mentioned this on #20 too. Then the .env stuff could be referenced in the config files. Multiple developers could have their own thing with the folder idea I mentioned above. The config/db.php file could be production, but config/phil/db.php would overwrite that if the environment was set to "phil" - just an example. I've seen the ini solution too, esp. in Java projects. While I'm not opposed, I think it muddies the repo to have an individual's settings checked in. Just a preference.

from no-framework-tutorial.

ellisgl avatar ellisgl commented on May 18, 2024

I found some very old code (was making a boilerplate "framework" for that job).
read.me has the info for the apache configs. library\X5\Config.php goes over how the INI's were handled. I guess the thing was that it has "macros" built in.
x5.zip

I'm not saying this is the way to do it, i'm just showing one way of doing configs.

from no-framework-tutorial.

ellisgl avatar ellisgl commented on May 18, 2024

@philsown so... decided to remake that mess of old code... https://github.com/ellisgl/GeekLab-INICONF

from no-framework-tutorial.

ellisgl avatar ellisgl commented on May 18, 2024

Can we close this?

from no-framework-tutorial.

phillipsharring avatar phillipsharring commented on May 18, 2024

Yes.

from no-framework-tutorial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.