In my Laravel installation I have a need for the users to add extra form fields within the create fo...
Hi, Laravel newbie of one day's experience and extremely keen to see what all the fuss is about. Tr...
Hello I have two models, Post and Tag and they are connected like this: class Post extends Eloquent...
Hi I've just solved an issue in my app concerning ajax reposnses and session persistance. return $re...
I have a problem with models that get out of sync with the DB. In routes.php I have: Route::model('p...
My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...
I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...
I'm a bit confusing about how to work with controllers which is in subfolders of controller dir. For...
I have a multi-tenant app. Each client with their own url (client.mycompany.com). When one of those...
Are there any resources or examples available that discuss testing custom filter classes? Or, do you...
I'm using creolab/laravel-modules to create an application and the administration area will be a mod...
hi dear i have problem this is the page : http://portal.elweb.ir/public/ , http://portal.elweb.ir/p...
Hello, now i use new for me method of development. i use php web server on local development machine...
I have a simple case, where I want user-urls to be available by name, like this: users/john users/mi...
I have a route group that has a parameter prefix like so: Route::group(array('prefix' => '{countr...
I'm just new in laravel. I'm using laravel 4.1, I encounter this error sometimes. {"error"...
I have an application system setup for a local organization that involves a user filling out an appl...
The code below works on a Windows machine but not on a Linux machine. The version of PHP is the sam...
Hi, Here is an example of my test: public function testCitizenService() { $respo...
Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...
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