Paths
Once you’ve defined your root path you can get relative paths like so:
$cachePath = Env::path("cache");
There’s also a wrapper for realpath():
$imagePath = Env::realpath("cache/images/small");
Once you’ve defined your root path you can get relative paths like so:
$cachePath = Env::path("cache");
There’s also a wrapper for realpath():
$imagePath = Env::realpath("cache/images/small");