Solve your laravel problems.
<?php namespace App; class Helpers { public static function url() { echo config('api.url'); }
I have a helpers file required access config data. I tried but i got fatal error.
anyone know how to achieve this?