I am trying to add two new keys to a previously iterated Collection. I am using the each() method bu...
hi, i need to do this query: SELECT avg(vote) FROM (SELECT max(timestamp), vote FROM votes_table WHE...
Hi I'm trying to start to use vagrant for development - I'm completely new to using vagrant for my d...
Hi guys; I am pretty new to this I was wondering if this is the right way of doing it. Any tips woul...
I'm trying to select specific columns from two tables however when I add the ->select() method in...
Hey guys, is it possible to enable Blade by default, without having to name file with .blade.php ext...
I'm trying to figure out this tough relationship with the Eloquent relationships. Lets say through o...
Hi, I have an array of user id that need to send back to laravel route for deletion. How should I se...
Hello i facing an issue with the inverse relation of a one-to-many relation. My two models are the f...
hay, i can't understand this part in laravel doc when they said : Overwriting Sections By default, s...
Hi All, So after many years of failed attempts at using PHP frameworks, I found Laravel and I love i...
Hi, to speed up some view creation i extended Illuminate\Html\HtmlBuilder with other methods as: fa...
This code returns true when run and I don't get it. What am I doing wrong. Thanks guys! profile = DB...
I install a nginx server in ubuntu 14.04 LTS 64 with HHVM Fastcgi Service and i install laravel via...
I'd like to use Laravel Forge but I don't own a credit card. What does Forge do to DigitalOceans? Co...
In the old forum there was a thread called the same asking for an „ItemsNot()“ function: http://foru...
As part of my app I want to be able to track if emails have been opened, to do this I'm embedding a...
I want to get Current url parameter in vie. Let my url is mysite.com/public/user?page=2 Now I want g...
Hello, I have ubuntu14.04 and lampp installed . I was learing Laravel but get a lot of confusion on...
Hi all, I have a form like this: // testview.blade.php Form::open(); Form::text('someInput[]');...
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