Skip to content

Instantly share code, notes, and snippets.

View TawsifKarim's full-sized avatar

Md. Tawsif Ul Karim TawsifKarim

  • MUV Asia
  • Dhaka, Bangladesh
View GitHub Profile
@TawsifKarim
TawsifKarim / compat_l5.php
Created May 9, 2017 09:22 — forked from vluzrmos/compat_l5.php
Lumen L5 compatibility helpers. That file should be added on root path of your project... and added to your composer.json
<?php
if(!function_exists('config_path'))
{
/**
* Return the path to config files
* @param null $path
* @return string
*/
function config_path($path=null)