Hi, I need some data which is accessible across the whole site, so in the AppServiceProvider I have...
Currently I am working on a multi site platform on Laravel 5. When a user accesses the site, the set...
Hi i'm currently using Laravel 5, I currently have the following routes: Route::group(['middl...
I have the following query: Product::create($request->all()); which works absolutely fine but...
Thanks for all your help. Yep in L5 they got rid of the basecontroller, but exactly as you said simp...
Hi, Thanks, I already actually tried creating a BaseController and adding the following code just to...
willstumpf an absolute legend thanks, so much works perfectly! Really appreciate you help. :)
I didn't know about except this will be handy in the future, and yes I was using the request control...
Firstly thanks for the response. I had another look at this, and basically I am mixing up Eloquent a...
The Laravel portal for problem solving, knowledge sharing and community building.
The community