aldarien / root
Find the root path for your proyect
Installs: 3 104
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires (Dev)
- kint-php/kint: ~2
- phpunit/phpunit: ~6
README
get root directory path for your project
Usage
add Root::root('project')
or root('project')
or Root::root()
or root()
where you need the root directory of your proyect.
Example
For the structure:
/usr/share/www/projects
- myProject
-- src
-- tests
using Root::root('myProject')
outputs:
/usr/share/www/projects/myProject