Should I use BaseController to do my special functionality that I want to extend across all my controllers? I see that the sample HomeController extends BaseController first.
Yes, I'd use BaseController in this example.
+1, I agree that the base controller will probably be the easiest place to do this.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community