/bootstrap has a file named app.php.. This is loaded just after the autoloader is loaded (in index.php). So, I would imagine including another file at the start of app.php should do the trick.
Try in the register
method from Providers\AppServiceProvider.php
.
http://mattstauffer.co/blog/upgrading-from-laravel-4-to-laravel-5#start
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community