php-ease-core
1.38.0What's New
* Load required Initial Configuration or exit
\Ease\Shared::init($configKeys = [], $envFile = '.env')
* Get All Classes in namespace
\Ease\Functions::classesInNamespace($namespace)
* Load all files found for given namespace
\Ease\Functions::loadClassesInNamespace($namespace)
What's Changed
- Ease Translation part 1 by @Borbina in https://github.com/VitexSoftware/php-ease-core/pull/5
New Contributors
- @Borbina made their first contribution in https://github.com/VitexSoftware/php-ease-core/pull/5
Full Changelog: https://github.com/VitexSoftware/php-ease-core/compare/1.13...1.38.0