Support the ongoing development of Laravel.io →

353 Threads

posted 2 years ago

Using include with foreach

Hey guys i want to create product card component for using everywhere in site. I included it like th...

0 Likes
2 Replies
Solved

How can i get the device and browser from user_agent

How can i get the device and browser from user_agent Like $device->user_agent->browser blade @...

datlechin liked this thread

1 Likes
1 Replies
Solved

Use dd() or equivalent in blade mail template

Hello, i tried to dd($__data) in my mail templete blade view, but it is not working. Do someone have...

0 Likes
3 Replies
Solved

can not insert data in database in laravel 8x

When i insert data in database with sign up register page, it shows me the same page without passing...

0 Likes
1 Replies
Solved

Laravel, Blade and VueJS

Hi to all. I'm trying to develop an application with Backend made with Laravel and frontend made wit...

0 Likes
12 Replies
Solved

Multi language with Laravel 6

So I have creted my group in web.php `Route::redirect('/', '/it'); Route::group(['prefix' => '{lo...

0 Likes
1 Replies
Solved

Why laravel validation don't displaying errors?

I'm trying to validate a request from form and appear a problem, not showing error messages on the v...

0 Likes
8 Replies
Solved

style not loading via route controller

I have setup blog and its' database with form submitting.It works all fine.The blog grid view also w...

0 Likes
4 Replies
Solved
posted 9 years ago

Keep line breaks

Hello everyone. I add some text into mysql using textarea. I guess it keeps the text with CR/LF symb...

0 Likes
5 Replies
Solved
posted 6 years ago

Don't execute directive

Hello guys, Well it could sounds stupid but.. how to DO NOT execute directive in a blade template ?...

0 Likes
2 Replies
Solved

Eloquent model hinting in PhpStorm works within php block but not in blade

Hi, I'm using PhpStorm 2016.3.3 version and in my dashboard.blade.php file, I have the following cod...

0 Likes
4 Replies
Solved
posted 10 years ago

Variables inside {{ asset }}

Simple one here. I have image paths in my table. The images are in /public. I would call those paths...

0 Likes
3 Replies
Solved

How to get application name on a Blade template ?

Good morning, I'm new with Laravel. I want to show my application name on some Blade templates. I've...

0 Likes
2 Replies
Solved

Check if @yield('something') is set

Hi, I'm trying to use @yield for my page titles, that way I could simply @section A Cool Title @stop...

0 Likes
11 Replies
Solved

Html, Form class not found in Laravel 5

I can't use Html, Form helper in Laravel 5.

0 Likes
27 Replies
Solved

How to display logged in user name or email if name is not provided?

In Laravel documentation I have found: Echoing Data After Checking For Existence, but it is not work...

0 Likes
6 Replies
Solved

How to send id data to route from modal form inside a table?

Hi all, I have a problem with passing an id of data to PATCH method from blade file.. I have an inde...

0 Likes
5 Replies
Solved

Pass data to view inside a view

To be honest I'm not exactly sure how to ask this but I'll do my best. I have my master.blade.php wh...

0 Likes
2 Replies
Solved

Laravel 5 Sort data in Alphabetical Order

What is the best approach to display data in Alphabetical order using Laravel. what is the best way...

0 Likes
1 Replies
Solved

Javascript event not working after load a new table with jquery load and laravel

I have a table(displayTable) that display data from my db of am using laravel on the i have a link...

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