Support the ongoing development of Laravel.io →

1,478 Threads

Compare two objects in foreach

I have two arrays of objects and I want to check if ids of elements of both are the same then select...

0 Likes
0 Replies
posted 9 years ago

I have one problem at the route.php

Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...

0 Likes
1 Replies

Getting content of a view file and display it using ajax request

As far as you can understand from the topic, my aim is getting the contents of a view file using an...

0 Likes
4 Replies
Solved

Get subcategories if they available in categories

I'm retrieving data from two tables which are categories and subcategories. categories cat_id contai...

0 Likes
0 Replies

How to retrive data from database to a treeview using laravel

My requirement is to construct the treeview using database values.(I'm not using eloquent here. Inst...

0 Likes
1 Replies
Solved

My laravel code is a mess :(

How do you structure your code with Laravel 5.1 ? Your files? Your routes? Controllers & Models?...

0 Likes
6 Replies
posted 10 years ago

&#65279 character

Hello, I have this issue where I think Laravel adds &#65279 character randomly (or not?) at the...

0 Likes
1 Replies

Should I grab all the data and pass to the view, or can I also fetch data from view.

Hi, So I have a lot of data from many models to pass into my view. and my view is broken up into man...

0 Likes
2 Replies

PHP Media Queries

Heya, So I have a bit of a problem, I have a different blade file that I want to render for small sc...

0 Likes
1 Replies

Laravel return a blank view

I am calling utility function in my controller function. The utility function returns a view. Howeve...

0 Likes
2 Replies
Solved

Ioncube encryption

Hi All, I work on Laravel framework from the short time, After finishing the website, I willing to e...

0 Likes
1 Replies

Undefined variable in view

Hi I have been trying to solve this for two days now, I do not have any hair left. My routes file: &...

0 Likes
2 Replies
Solved
posted 9 years ago

"Shortcode" style functionality in Blade templates?

What would be the best way to go about implementing shortcode style functionality in views? Example:...

0 Likes
1 Replies

Laravel 5.1 Multiple Forms On A Single Page Name The Message Bag

I need help in Laravel 5.1 on how to name the MessageBag errors, allowing me to retrieve the error m...

0 Likes
0 Replies

how add Metronic Template in laravel

how add Metronic Template in laravel

0 Likes
5 Replies
Solved

Best way to use "templating" string to get dynamic fields

Hi, I'm building a PIM for my business. I have Products, Variants and "Options". On every...

0 Likes
0 Replies

Model to View as JSON to JQuery

I created a model and extracted data using the model from database via controller Like $data=datab...

0 Likes
1 Replies

Embedded 'extends' tags

Hey guys! I am trying to make a little card layout, and each of these little cards has a pretty simi...

0 Likes
1 Replies

Browser Caching in Laravel

I want to setup browser caching to load the users avatars. Is setting up the .htaccess file enough o...

0 Likes
0 Replies
posted 9 years ago

Can not create a 'real' link with link_to function in my blade file

<p> @if ($cat->breed) Breed: {{ link_to('cats/breeds/'. $cat->breed->name,...

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