All native constants of FuelPHP are available but links to specific Novius OS directories.
See also
NOSROOT¶Path where Novius OS is installed.
PUBLIC_DIR¶Contains the name of the public directory. Initialized to public if not set.
New in version 4.2.
NOSPATH¶Path of Novius OS core: NOSROOT/novius-os/framework/.
APPPATH¶Overload of the native FuelPHP’s constant. Path to the application directory: NOSROOT/local/.
COREPATH¶Overload of the native FuelPHP’s constant. Path to the FuelPHP core directory: NOSROOT/novius-os/fuel-core/.
DOCROOT¶Overload of the native FuelPHP’s constant. Path to the location where the startup script is: NOSROOT/public/.
PKGPATH¶Overload of the native FuelPHP’s constant. Path to the packages directory: NOSROOT/novius-os/packages/.