Support the ongoing development of Laravel.io →

1,463 Threads

stupid blade question about parent id

i'm sure this is simple, but need help i have products, with a foreign key of category_id and i have...

0 Likes
2 Replies

Where to put Form::macro() and create chain method (param) on it?

Where to put Form::macro()? And I would like to use chain method on it like this: Form::myField()-&g...

0 Likes
0 Replies

How to use layouts

Hello everyone. I just installed my first Laravel 4 application, i would like to create a starter p...

0 Likes
2 Replies

Can't use data in @foreach etc. anymore

I've got a controller exposing object-data to a view: $artifacts = Artifact::with('product'); return...

0 Likes
2 Replies
Solved

Best practice to share meta tags from database using blade template

I have a master blade layout with meta_keywords, meta_description and title tags and want to populat...

0 Likes
2 Replies

Models and realtionships with a pivot table

Sorry for the noob question. I am using what I guess what is referred to a pivot table in Laravel 4...

0 Likes
0 Replies

[Tutorial] Clean menu management in Laravel4

Just wrote a tutorial on managing your menu's in Laravel 4. It goes over using View composers and Co...

0 Likes
0 Replies
posted 9 years ago

Shared variable in Laravel not available in layout

I have 3 levels blade structure: lvl 0 - master-layout - containing elements common accross all sy...

0 Likes
1 Replies

auto response email

hi all, can anyone provide me script for creating auto response email?

0 Likes
1 Replies

link_to_method/link_to using DELETE method instead of GET

Is it possible to create link to delete action which actually creates DELETE request instead of GET...

0 Likes
1 Replies
Solved

navigation in all views

Whats the best way / practice of dealing with the following base template (includes header and foot...

0 Likes
1 Replies
posted 9 years ago

Newbie: Quickstart Does Not Work

Hi - pretty discouraged really. I am about 10mins into Laravel and the Quickstart tutorial fails. ht...

0 Likes
2 Replies
Solved

Jquery DOM manipulation using values from xml-file

Hello everyone! I actually struggle trying to add elements to the DOM using jquery. The data I want...

0 Likes
0 Replies

Best way to handle "too many" injections?

I'm in the midst of building a pretty large website with a lot of different content on each page. I...

0 Likes
3 Replies
Solved

HTML Links

I am making a site for a friend that everything on the pages are going to be editable through and ad...

0 Likes
2 Replies

Blade highlighting in PhpStorm

Trying to use the textmate bundles, PhpStorm says "Some extension declared already in use by na...

0 Likes
1 Replies
posted 9 years ago

A small update to the Quickstart Guide

Hello, I'm incredibly new to PHP and Laravel, so I was trying to go through the Quickstart Guide on...

0 Likes
1 Replies

Make data from home controller accessible to content controllers.

The default layout and its controller has the main menu which gets user info from the DB for the log...

0 Likes
2 Replies
posted 9 years ago

Pass variable in blade view to route

Passing a variable inside the loop, All business logic is in the model and some in controller. But a...

0 Likes
3 Replies
Solved

AJAX response working but not visible

Hello, Im trying the first time to do a AJAX request with Laravel. So far so good. It seems I can re...

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