Skip to content

Releases: Yohn/Config

1.3.0

15 Nov 15:18

Choose a tag to compare

Full Changelog: 1.2.1...1.3.0

Corrected minor bugs for PHP > 8 and using config.php instead of default.php within the Config/ folder.

fix return

22 Nov 19:55
ce73eec

Choose a tag to compare

1.2.1

 void return

Changed default config

22 Nov 05:58

Choose a tag to compare

Main change was config/config.php is now the default instead of config/default.php

This is just a personal preference because I felt that default.php was not suitable, and since not many people are using this except me, I still kept it within the 1. version, but bumps it to 1.2.

Added getAll('configFileName')

26 Oct 02:22
6b9242c

Choose a tag to compare

so now we can get all the config settings under that file at once, instead of having to keep calling it.

Simple php file config solution

24 Oct 03:59
d5006e2

Choose a tag to compare

Reads all files in a config directory and stores them in the config class to statically call anytime

Initial release

17 Aug 23:51

Choose a tag to compare

First release, hope some people can find it helpful, quick and easy to use!