Support the ongoing development of Laravel.io →

1,478 Threads

Blade helper functions

I've seen several suggestions on how to create helpers for Blade: Use global functions, create a cla...

0 Likes
3 Replies

Can't see anything with Blade

Hi I'm trying to create a template with the Blade templating engine. When I try to view the page, I...

0 Likes
2 Replies
Solved

dompdf - Problem in looping the array inside $pdf->loadHTML.

i try to populate the data from database in to PDF file in dompdf i tried something like this. class...

0 Likes
2 Replies
Solved
posted 10 years ago

Pass Variables to Master Blade

Hi, I am a newbie in Laravel, and I have a question about how to pass variable to a master blade pag...

0 Likes
3 Replies
Solved

Active class with conditional not active class

Hi, I am having an issue with removing active class from link, But first... I have created a Restful...

0 Likes
2 Replies

Routing problem?

Hi guys, I'm pretty new to Laravel (a couple of weeks in) although I've used Yii and regular PHP for...

0 Likes
3 Replies
Solved

can not understand helper functions and how they call other functions without instantiating a class

I am trying to understand how the asset() helper function calls the UrlGenerator method asset()? I...

0 Likes
2 Replies

Problems with table relationships / retrieving data

I have a bulletin system where posts can be made. What I need right now is a way to pull in the name...

0 Likes
0 Replies
posted 10 years ago

Re-using a piece of html markup over and over again while its contents change

I have a hard time putting this into words so bear with me please. Let's say I have a webpage that n...

0 Likes
2 Replies
Solved

Transactional emails using Markdown?

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...

0 Likes
1 Replies
posted 10 years ago

Blade: Using @if @else @endif in only one line = no output

Hi, this outputs nothing @if(!isset($bla)) (complete) @else ({{ $missing }} missing) @endif but if...

0 Likes
3 Replies
Solved

Laravel 4 - Artadarek/OAuth-4-laravel issue

0 down vote favorite Hi i am laravel 4 begginer. i try to use Artadek/OAuth-4-laravel package Everyt...

0 Likes
1 Replies

Setting base_url

Hello mates ! I would like to ask you something about the base_url for Laravel. I used to code on Co...

0 Likes
2 Replies
posted 10 years ago

Blade in Var

Hi In blade template is following code: <?php $myNumber1 = "0001"; $myNumber2 = "...

0 Likes
3 Replies

LARAVEL Sub Domain Routing Not Executed

Taking originally my question from this thread on stackoverflow: http://stackoverflow.com/questions/...

0 Likes
0 Replies

Laravel on Windows 7 /WAMP Env. doesn't support the Comment TAG {{-- comment --}}

Using the default L4 comment TAGs for Templates '{{-' & '--}}' will produce a BlankSOD on a syst...

0 Likes
2 Replies

Integrating java into laravel

Is it possible to integrate java into laravel? I've researched on the net, by using Java Bridge, jav...

0 Likes
1 Replies
posted 10 years ago

Select Box Fields with "auto-associative" values (not numbered)

Hi, i'm using this form: {{ Form::select('year', [date("Y"), date("Y")+1, date(&...

0 Likes
1 Replies

how to fetch data from database to edit,update in the form using laravel php

I am new to laravel, please guide me in fetching data from database, i am able to show the data on t...

0 Likes
1 Replies
posted 10 years ago

Error just because a string is missing?

Hi, this happens in the Controller: $data['brands']=$this->brands; return View::make('form',$data...

0 Likes
2 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.