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...
I have: class ProfilesController extends BaseController { public function getTest() { return Vie...
Lets start with three examples: <link rel="stylesheet" href="assets/css/app.css&qu...
I am now trying to learning objects, classes and correct MVC in Laravel. Basic MVC Check Would anyon...
Hey, I'm trying to build a query where I want only courses that belong to a user_id are displayed. H...
I have this view code (hello.php) <!DOCTYPE html> <html> <head> <meta name=&quo...
I'm very new to Laravel and kind of new to PHP. So if my terminology is off or I don't give enough i...
im playing around with building an api, and im at a point where i want to be able to get all routes...
Considering you got this "Open" and "Solved" filters at the top, would be nice i...
Hi, I have the route defined the next way: Route::controller('datacatalogue', 'DatacatalogueControll...
I have a post object that has comments: $post->comments now when I do a select on the comments Im...
common.front_initial.blade view <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3....
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