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[]');...
Hi, In my Laravel app users can send private messages to each other and I want to be able to pass a...
Hi, I am trying to define a simple Restful controller like so. Following the instructions here: Rest...
I'm creating a membership site. Let's just say that, user will have photos. when user logged in, thi...
I have a query with eager loaded results that need to be sorted. I've used similar code in other are...
Hi, I'm actually creating an online shop, but I've got a strange error. So that's how the error page...
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