dnestoff
6/29/2017 - 3:51 PM

Config: Laravel Options

Different configuration options for Laravel.

Within your app/Http directory, create a helpers.php file and add your functions. Within composer.json, in the autoload block, add:

"files": ["app/Http/helpers.php"]

Run:

composer dump-autoload