Howdy! When I try to use a whereHas within a grouped where class, I get an error. Any ideas? $activi...
Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...
Head over to this link: http://www.manning.com/surguy/ Use this code when checking out: dotd021014cc...
I'm trying to use Laravel inside of a web IDE's virtual machine (Codio in this case). They use a cus...
I have a route like this: www.mysite.com/agenda/2014/08/16?tags=entertainement,sport,information&...
So I'm trying to match a simple route with laravel that looks something like /ID-OPTIONAL/OPTIONAL2/...
Hi, may be a silly question, but its my first project on Laravel, so a quick guidance would be helpf...
I have this ajax code and it should be sending data to the controller which I want it to pick. I can...
I am new to Laravel. I want port a URL shortening application from CI to Laravel. I am struck on the...
Hi, Have little problem. It is about password reset. Everything works fine until the point when I su...
##Problem I have an eloquent model "Invoice" that hasMany "InvoiceTicket" that b...
Hello everyone, I'm an absolute beginner to Laravel, and this is my first thread, so I hope I'm not...
How to use use alpha numeric validation.. Have seen few topics, but the validator file location has...
I need to override some of the things, one of them - hasher I create new package: <?php namespac...
Hi All, This is happening intermittently on my production servers (2 servers, load balanced): http:/...
If anyone is interested, I have created a plugin that will allow you to embed Paste Bin pages into W...
Hi all, My application has a filter class, like this: class TestFilter { public function filter...
Hi, with this code try { $fb = new Facebook($this->_config['facebook']['config']);...
Perhaps this question relates to some but not all packages. Sorry its a bit long. So many package in...
i have set up users and roles table with a pivot table and i need to check, if logged user has admin...
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