Is is possible to call a controller method from a blade template. For Instance we can do this {{Auth...
Out of curiosity what form software is laravel.io using.
I have a HTML 5 drag and drop file uploader which works in just fine with out laravel. But when I...
I was wondering how can I output the array value of Input::all();
Trying to figure out the following lets say I have the following domain laravelapps.com in that doma...
I would like to keep the same naming conventions. I tried executing this $ideas = IdeaUser::find(1...
I tried both and no records return at all which is strange. The way the tables are structure are lik...
I tired ->get()->toJson() and it gives me the following error Call to undefined method Illumin...
In the for each loop i have this foreach($lastname as $key => $n ) { /*Load array */ $arrDa...
The Laravel portal for problem solving, knowledge sharing and community building.