I am trying to get a bootstrap 3 modal to popup with buttons confirming delete before deleting cust...
Hey guys, Another newb question from me here. I have these articles that I currently fetch from my d...
Is anyone ever tried implementing the dojo toolkit AMD with laravel 4, or could anyone please point...
Hi guys, Im trying to do so that only the author of the post can edit and delete it from the list wh...
Hey guys, I have this controller performing some CRUD tasks. My question is, if there is any way to...
Can we add a class or something else to a <option> in Laravel 4 ? I try to use deboostrap prop...
Hi, Let's say a User belongsTo a Language, and to make it simple here's the controller (no repo) : $...
Hi guys! I have a problem with my Response. I am generating a .ics file setting the headers and cont...
Hello, there. I have a table of users, and when you click on a Details button for a particular user...
Hi i have controller and i am taking data like this $events= Eventm::with('teacher')->get(); th...
Hi, I have a problem with the function HTML::image(). When i use it with a heavy image (more thant 1...
First of all, English is not my primary language and if the group in term is wrong for what I'm tryi...
Hi... maybe it's a newbie question... these are my first steps with Laravel.. suppose I have in Post...
It's possible to have two pagination settings for mobile & desktop? app/config/view.php If mobil...
Hey everyone, I released a package today that some of you may find helpful. It's called Meta, and it...
http://www.codeheaps.com/php-programming/creating-blog-using-laravel-4-part-1/ I followed this great...
I have a problem with paginate() with hasmany(). I have 2 tables. Categories and posts. I showing po...
I have a table named attendance and another named students_attendance. I add an attendance record to...
i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...
Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...
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