A call to boot will be made with every request to Laravel.
IMHO you should probable register a new service provider in config/app.php
And then create the file you are referencing. Laravel will then do all the work of initiating what you need on every request.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community