Support the ongoing development of Laravel.io →

1,463 Threads

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

about set a cookie

hello to every one, I am trying to set a cookie with php because I dont know and dont understand how...

0 Likes
2 Replies
Solved

Using HTML Template codes with subdomains

I have a subdomain idp.whoisdoma.com setup, When I use the following code, the style and javascript...

0 Likes
1 Replies
posted 9 years ago

Formatting issues

Just wondering if there is a solution here.. When I use the Form::label helper and add some HTML in...

0 Likes
2 Replies
Solved

Replacement of @section in CSS comments

I'm using some of the mail chimp templates with some modifications for rendering html email content....

0 Likes
2 Replies

Need help with routes

Hello there, I'm trying to set up a webpage, worked with laravel before.. But i can't figure out why...

0 Likes
2 Replies

Multiple controllers to same route

Hi there, I'm trying to use multiple controllers at Route::get('/'), but I couldn't get a second one...

0 Likes
4 Replies
Solved

Including a controller action in a view

I have a view which must include another view (example: a footer) This other view (footer) must proc...

0 Likes
5 Replies
Solved

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.