Support the ongoing development of Laravel.io →

Sasho

Joined 16 May 2023

Statistics

Threads 0
Replies 8
Solutions 0
Articles 0

sasho has not posted any threads yet

replied 11 months ago

How do I prevent the repetition of a success alert?

Do dd(); on comments before passing them in view and work your way back, somewhere there is an issue...

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

@ajax30 Pass the variable to the view ‘comments’ => $comments

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

@ajax30 As you see even is separate messages the code is not formatted correctly, but i assume you g...

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

$comment = [ 'user_id' => Auth::user()->id, 'article_id' => $request->get('artic...

0 Likes
replied 11 months ago

How do I prevent the repetition of a success alert?

<form method="post" action="{{ route('comment.submit') }}" autocomplete="...

0 Likes

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.