Skip to content

kevengodet/root-dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keven/root-dir

Install

The rootDir() function requires Composer to be part of the project.

The best way to install this packqage is to use Composer as well:

$ composer require keven/root-dir

Usage

<?php

use function Keven\rootDir;

$rootDir = rootDir();