aldarien/root

Find the root path for your proyect

Maintainers

Details

github.com/Aldarien/root

Source

Issues

Installs: 3 270

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/aldarien/root

1.0.5 2017-08-25 22:17 UTC

This package is auto-updated.

Last update: 2025-09-12 06:58:21 UTC


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