I'm using Laravel web framework for a PHP project. I have a question about this framework, the documentation (which is poor), and the community from IRC doesn't helped me.
I want to create a controller which will be executed before any other controller. I want in this controller to pass some variables to view. How is this possible?
Thank you.
View::share
in conjunction with route filters. And there was no need to start your question off with those remarks. Be grateful for help, it's not always a given. I'm on IRC now and there are plenty of others around too. Jump back on. – Jason Lewis