HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ivs.kaunokolegija.lt/laravel/vendor/yajra/laravel-datatables-oracle/src/lumen.php
<?php

if (! function_exists('config_path')) {
    /**
     * Get the configuration path.
     *
     * @param  string  $path
     * @return string
     */
    function config_path($path = '')
    {
        return app()->basePath().'/config'.($path ? '/'.$path : $path);
    }
}

if (! function_exists('public_path')) {
    /**
     * Return the path to public dir.
     *
     * @param  null  $path
     * @return string
     */
    function public_path($path = null)
    {
        return rtrim(app()->basePath('public/'.$path), '/');
    }
}