Hi there, I have a site which needs to go live today, and there is a problem with Eloquent, and the...
I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...
I have a web application in laravel in "mysite/admin". On login loads view "views/das...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
Hi I am using this https://github.com/rcrowe/TwigBridge so I could work with twig in laravel 4. My q...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
How should I manage my application with POST & GET After i POST do i RETURN View::Make or do i R...
I have a form with a 'name' textfield. When i press send laravel checks if the username exists. If s...
I have a macro inside a page. @extends('mobilemaster') @section('content') {{Form::macro('date...
This is the macro i made. {{Form::macro('date', function() { return ' <input type="da...
Hi! I have already created a mySQL database in phpmyAdmin, so I don't really want to use the the Sch...
I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...
Hi, I've just installed Laravel 4 on my PC and was looking at some tutorials. A lot of them open Lar...
I'm using Beanstalkd to power the queue for my app. For some jobs I'm using Queue::later(). Unfortun...
Hi guys, Im currently working on a laravel project and I'm really stuck.. Im calling a page via ajax...
I have controllers that have public get, create, update, and delete methods that should only be done...
I have this in my car.php model public function bySortOrder() { return $this->orderBy('so...
I can only call my master template from my UsersController. When i call my master template from Pos...
Sorry for my english, is not very good. I have a User model and I have a Post model. two models have...
Hi all, I am trying ThuJohn's DOMPDF wrapper for L4 and am having a little problem rigtht off the ba...
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