I have a controller where I am taking an uploaded CSV (which can go up to 5-6MB in size), and I have...
As I understand, Laravel 5.2 has finally got rid of .env (which was not really meant for production,...
What's the best way to store daily website statistics? Like how many stored and deleted resources. I...
Hi, I have been developing Laravel on the same vagrant server for 3 weeks now, but it suddenly stopp...
IndexController.php <?php namespace MarketSpace\Http\Controllers; use Illuminate\Http\Request; c...
Hi, I have the following models : class A extends Eloquent { public function b1() { retu...
Has anyone managed to implement a system that prevents multiple logins for the same user name/id? I...
I've currently no idea how to get this done in a smart way. I would like to prevent writing tons of...
Hi there, i'm learning laravel and my project is getting just slightly bigger and I feel that my rou...
["remember_token"]=> NULL i have two guards in my auth the first one is "comp...
Query I want to convert is : SELECT brands.url_key,devices.* FROM brands INNER JOIN devices ON devic...
Hi I've been searching around a little bit but cannot seem to find it. I have a a column in my datab...
I'm trying to test a file upload but when action is touched, there is no file in Input::file. This i...
I know this question was asked before and I have tried solutions from those posts but I still cannot...
It would be nice to return to a thread I have been giving my thoughts in and see if the author needs...
Hi everyone, i have just finished building the views for the admin pages but i want the user to the...
Hi, I am having difficultly understanding how to return information from a distant third table. I ha...
I'am using laravel 5.1 and i have this two routes Route::get('/profile',array('uses'=>'ProfileCon...
Hey, I have two 3 models all of them work fine and each one links to the one above. Company Distribu...
i am calling the form from ajax and after submitting the form, validation error message not showing,...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community