Support the ongoing development of Laravel.io →

1,470 Threads

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

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

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

how to add laravel app into an existing web domain structure.

I tried to find anything on this and either am searching incorrectly or no one else has done this. I...

0 Likes
2 Replies

Blade file error : unexpected EOF (beginner)

<!doctype html> <html> <head> <title>George's BookShop::Peru</title&g...

0 Likes
1 Replies
posted 9 years ago

Best way to call method on every page load

i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...

0 Likes
2 Replies
Solved
posted 9 years ago

is there any ide supports blade syntax

Hi i try many IDEs no one supports blade autocomplete im new to laravel and i need autocomplete and...

0 Likes
5 Replies

Custom Macro can't populate input in form

Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...

0 Likes
1 Replies
Solved

Creating routes to wildcards

Currently, I'm trying to create a route to a wildcard with the following code (which is in a foreach...

0 Likes
8 Replies

Lazy loaded relation results in "ErrorException Relationship method must return an object of type Illuminate\Database\Eloquent\Relations\Relation"

My ERD is something like this: ControlForm hasMany FormRows FormRow hasMany FormColumns FormColumns...

0 Likes
0 Replies
posted 9 years ago

Yielding two pieces of content in Blade

Hi everyone. I am trying to yield different contents in my layouts.default view, where I have this:...

0 Likes
4 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.