Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
gilour
/
vendor
/
beyondcode
/
laravel-dump-server
:
helpers.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (! function_exists('config_path')) { /** * Get the configuration path. * * This is a polyfill for the missing shorthand function in lumen. * * @param string $path * @return string */ function config_path($path = '') { return app()->basePath('config').($path ? DIRECTORY_SEPARATOR.$path : $path); } }