Support the ongoing development of Laravel.io →

1,467 Threads

Visualization of connections

I need to visualize the relationship between the data in the tables. My point is to show what is con...

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

lightning it solution

[https://www.lightningitsolution.pk/](lightning it solution) is mainly a digital marketing company b...

0 Likes
0 Replies

Laravel 8.X Blade using anchor tags in a @foreach

Hi! I'm a little confused with the blade @foreach loop: I have a table that shows a list of car make...

0 Likes
1 Replies

display a view on laravel 8 and not have a 404 NOT FOUND

I try to display a view but I get a 404 not found error, but my code seems correct. I have version 8...

0 Likes
2 Replies

Is there any tools to reduce unused css and js?

My website's css is in one single file, and js code is in another single file The css and js file wa...

0 Likes
1 Replies

Laravel 8 at iOS: session lost and cannot restore back

Simple Laravel code & markup chain: // Initial route public function play(Request $request) {...

0 Likes
0 Replies

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

Ho to manipulate one column in Controller

Hi, i would like to create a simple output. My Controller has this code $item = Item::select('name',...

0 Likes
1 Replies
posted 2 years ago

Why does Laravel add a div when render the view?

I have just notice that Laravel always add a just after open the body tag, div with style display no...

0 Likes
1 Replies

Does parent blade templates link css just like childs views?

Please can anyone take a look at this and figure whats wrong? https://stackoverflow.com/questions/67...

0 Likes
0 Replies

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

I need help Laravel 8 big problem ASAP

Hi guys, thank you for reading my thread, I'm running Laravel 8 and have some controller function, I...

phillnex liked this thread

1 Likes
2 Replies

Error on access array offset on value of type null .

when i am trying to log in with the credentials from my custom log in page, it show me the error Err...

0 Likes
0 Replies

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

Redirect back to same page after changing locale

The way I implemented multilang is through middleware and routes. Middleware Localization.php looks...

marinarioagalliu liked this thread

1 Likes
1 Replies

Problem with blade component in laravel 8

Laravel Version: 8.20.1 PHP Version: 8 Database Driver & Version:mysql I have an issue about loa...

0 Likes
4 Replies
posted 3 years ago

@yield and @section isn't working

web.php `<?php use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('w...

0 Likes
1 Replies

Pages won't load, but the source is still there?

I've been using laravel 8 to create a store and for some reason all of my pages won't show in browse...

0 Likes
0 Replies
posted 3 years ago

How to stop calculation on Vue Component Props in laravel?

I use laravel and Vue. My blade in laravel has these input variables. $sdate // value = "2020-0...

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.