Hello, there. I was wondering how everyone handled loading javascript files in their various views?...
Hello, one of our clients are asking for their webapp to feel like a native mobile one and so they r...
How do I access the array value of Input::old('option') @if(Input::old('option')) @foreach( Input::o...
Hi everyone :) I'm having a problem with determining a owner of a model. The application is supposed...
Stumbled upon the biggest Laravel issue for me. I don't like the idea of defining routes for many me...
Hey Laraguys, I am really new to Laravel, however I am enjoying my time alot by working with it. Thi...
I have a model Object I have passed to the view one of the attributes is a array containing other as...
I have a web application in laravel in "mysite/admin". On login loads view "views/das...
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 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...
I'm trying to work with SimplePie to pull numerous RSS feeds (which is working well); however rather...
I can only call my master template from my UsersController. When i call my master template from Pos...
Hi all, I am trying ThuJohn's DOMPDF wrapper for L4 and am having a little problem rigtht off the ba...
return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...
Hi everyone! I have a sub-view (which i call widget) in my pages which accepts a parameter, and this...
Laravel 4.1.21 This does not happen every time but for a few template files only. Template File...
Jquery mobile has a nice form-element called: "data": <input type="date" data...
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