Skip to content

Instantly share code, notes, and snippets.

View aftabnaveed's full-sized avatar
🏠
Working from home

Aftab Naveed aftabnaveed

🏠
Working from home
View GitHub Profile
@mabasic
mabasic / helpers.php
Last active April 27, 2024 14:07
config_path function for Lumen framework
<?php
if ( ! function_exists('config_path'))
{
/**
* Get the configuration path.
*
* @param string $path
* @return string
*/