Support the ongoing development of Laravel.io →

1,478 Threads

posted 7 years ago

Basic sections in template not rendering.

Hi all, I just started with Laravel and I've run into an issue where when I yield a section, it does...

0 Likes
2 Replies
posted 7 years ago

Laravel Blade: Unable to pass parameter in partials

I am passing variable in my view partial but in partial it says variable not found. I am doing follo...

0 Likes
1 Replies

Adding a Vue Component to Spark

Has anyone got a step by step example of actually adding a vue component such as the awesome vue-mul...

0 Likes
2 Replies
Solved

Query in foreach Loop in Blade

Dear all, I am quite new at Laravel. I have a Product Model and a Category-Model. Each Product has o...

0 Likes
1 Replies

How to retrieve Sub-Categories according to Parent category selection?

I have two tables 'Sectors' and 'Categories' $sectors = Sector::lists('name','id')->all(); $categ...

0 Likes
4 Replies
posted 7 years ago

Undefined Variable in View

To clearify I did try this also WITHOUT database results. web.php <?php /* |--------------------...

0 Likes
3 Replies
Solved
posted 10 years ago

How to link_to_route when route is defined in a controller?

Sorry, I'm just learning Laravel and I'm stumped on what I'm sure is a very simple issue: How to lin...

0 Likes
5 Replies
Solved

Make ajax call to different controllers/actions depending on JavaScript variable using Blade

Hi, I have a page with near 10 buttons, some of them make ajax calls to same controller action with...

0 Likes
0 Replies

possible to use multiple @extends('') using if commands in blade?

Ok so here is my code @if(some logic) ....@extends('template.master') ....@section('title') ....ti...

0 Likes
2 Replies
posted 8 years ago

problem: @include two files, which extends from the same file

Hallo, I include two blade files like: <div class="tab--container container--1 is--active&qu...

0 Likes
0 Replies

Array to string conversion

Hi guys, im trying to include the contents from a txt file and import as an array within a controlle...

0 Likes
4 Replies

Include data array from PHP file

Hi guys, im trying to include a set of data points from a remote file (on a local machine). In my ma...

0 Likes
18 Replies

how to use @each('view.name', $jobs, 'job') to make clear loops??

Hi guys. for making a list of categories and subcategories in 3 levels I used foreach and if loops a...

0 Likes
0 Replies

renaming "attribute" by lang in validation message

Hi, I start with sample code. This is part of form: <form> <input type="name&quo...

0 Likes
1 Replies
Solved
posted 8 years ago

Laravel and Unity 3D

Hi! I'm creating a game in Unity 3D and deploying it as a Web Player. However, I would like to make...

0 Likes
2 Replies
Solved
posted 9 years ago

Get array from checkbox options

Hi there, I'm trying to get array of options from selected checkboxes with Blade, but it doesn't see...

0 Likes
3 Replies
Solved

How to query a pivot table

I am looking to create a following system similar to Twitter, as far have come up with below. I am l...

0 Likes
0 Replies

Dynamic content being deleted if validation fails

Hello everyone, First of all, what a great community Laravel.IO is. I have found many answers to my...

0 Likes
0 Replies

How to change table in belongsToMany?

How can I replace existing relation? At this moment, I have tables: requirements user_requirement...

0 Likes
1 Replies
posted 8 years ago

cURL PHP echo img src

Hi guys, im trying to get the img src from a remote site using cURL and Simple HTML DOM Parser. What...

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.