Support the ongoing development of Laravel.io →

1,478 Threads

Blade Helper Functions

I am having a hard time finding out how to add PHP helper functions in a Blade template. For example...

0 Likes
1 Replies

hierarchy relation with same table and display as tree in blade

Hi This is my table of categories with parent id $table->increments('id'); $table->string('cat...

0 Likes
3 Replies

[SOLVED] Render view from other path

i'm building a modular system in Laravel 5 and the modules views of my system are outside from the /...

0 Likes
2 Replies

Add row empty to list

I'm populating a select with the result of a query like this: on controller $departaments = \App\Dep...

0 Likes
0 Replies

Show more after @foreach

Im new to laravel and hoping someone can help me out. I have a simple classifieds page that pulls a...

0 Likes
2 Replies

retrieving multiple records

I am trying to retrieve and show with a blade file more than one record and cant figure out how. If...

0 Likes
3 Replies

Laravel blade views and wordpress integration

Hi, I have a requirement to use laravel as backend and wordpress as a cms. I wanted to use laravel b...

0 Likes
1 Replies

Laravel 5 Blog Tutorial

Thanks everyone for your support on Larashop tutorial project. Based on requests, we just published...

0 Likes
0 Replies
posted 8 years ago

Getting a category to open with a list of items

I'm using laravel 4.2 and I'm trying to create a gallery where you first get a list of categories an...

0 Likes
1 Replies

Standard Output Single Column From Collection

Hi, I'm new to laravel and wonder if someone could put me out of my misery with this simple piece of...

0 Likes
1 Replies

API only, no blade needed.

How do you properly set up a Laravel back-end API only with Angular front end so that Laravel does n...

0 Likes
6 Replies
posted 8 years ago

Blade @extends hierarchy reflection?

How can I determine in a view composer's code what blade template a given blade template @extends? R...

0 Likes
0 Replies
posted 8 years ago

feature request - blade - foreach where

Currently, I'm doing this: @foreach($field->options as $option) @if ( 1 != $option->deleted...

0 Likes
2 Replies

From migration to crud

is possible form migration file make a CRUD, create controller, model and view. Thanks

0 Likes
0 Replies

Laravel Loading Animation

I am using the Laravel framework for my PHP Webapp. I am executing some SELECT queries which can tak...

0 Likes
5 Replies

How to pass value to var in template

Hi: I have this view: $post->user->name I can call it in the post page successfully Now i nee...

0 Likes
2 Replies
Solved

When i try to access to the view , it transforms into the type " www "

Hello , I will try to explain it . I created my website and i name it notas.ues and in the hosts fil...

0 Likes
0 Replies

Self reference table

I didn't set the model for this table. But i would like to know how to process it in the view. Do I...

0 Likes
2 Replies

Foreach click tab active

Hello My dear laravel buddies, i have my e-shop, so here i have an issues for click tab with active...

0 Likes
0 Replies

Laravel 5.1 - Ajax navigation, problem on refresh

Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...

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