In Laravel 5.5, the file is bootstrap/autoload.php
deleted. Here I would define a function that overwrites typical Laravel helpers, as in this thread .
How can I achieve the same in release 5.5? I tried require
the top of the file bootstrap/app.php
with no luck.
source
share