Support the ongoing development of Laravel.io →

1,478 Threads

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
posted 10 years ago

Blade file error : unexpected EOF (beginner)

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

0 Likes
1 Replies
posted 10 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 10 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 10 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 10 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

Handling views in packages for a project.

Hi, Ok, there is probably a simple solution to this problem but I haven't found it yet, hence why am...

0 Likes
1 Replies
Solved

What am sending to the views

Ok, its newb question. If i do "return View::make('something')->with('user', User::find(1)-&...

0 Likes
2 Replies
Solved

Simple AssetsManager goes nuts with artisan serve Maximum function nesting level of '100' reached, aborting!

I don't understand why this code works fine in a virtual server or also in ie localhost/myproject/pu...

0 Likes
1 Replies

Blade templates are rendered 2 times

Take this (non) blade script list.blade.php : <?php error_log( print_r( "START" , true...

0 Likes
0 Replies

Iterate over multidimensional object with blade

Hey folks, i'm new to Laravel but already in love! Awesome. Sadly there's little documentation espec...

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