I've seen several suggestions on how to create helpers for Blade: Use global functions, create a cla...
Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...
i try to populate the data from database in to PDF file in dompdf i tried something like this. class...
Hi, I am a newbie in Laravel, and I have a question about how to pass variable to a master blade pag...
Hi, I am having an issue with removing active class from link, But first... I have created a Restful...
Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...
I am trying to understand how the asset() helper function calls the UrlGenerator method asset()? I...
I have a bulletin system where posts can be made. What I need right now is a way to pull in the name...
I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...
I had this idea a few months ago, but it's only now that I'm in a position where I'd be interested i...
Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...
0 down vote favorite Hi i am laravel 4 begginer. i try to use Artadek/OAuth-4-laravel package Everyt...
Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...
Hi In blade template is following code: <?php $myNumber1 = "0001"; $myNumber2 = "...
Taking originally my question from this thread on stackoverflow: http://stackoverflow.com/questions/...
Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...
Is it possible to integrate java into laravel? I've researched on the net, by using Java Bridge, jav...
Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...
I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...
Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$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