Support the ongoing development of Laravel.io →

Voyowsky

Joined 11 Sep 2015

Statistics

Threads 0
Replies 8
Solutions 1
Articles 0

voyowsky has not posted any threads yet

replied 7 years ago

json in the view

$comment->user->id # or $comment->user['id']

0 Likes
replied 7 years ago

How to: Iterate through record from DB

$movie = Product::find(1); $actors_array = explode(',', $movie->actors); foreach($actors_array a...

0 Likes
Solved
replied 7 years ago

Submitted data doesn't get stored in database and i get redirected after submit

I suggest installing Clockwork. here Let me know if that helped figure out your problem. :) If it is...

0 Likes
replied 7 years ago

Submitted data doesn't get stored in database and i get redirected after submit

You probably need to do a little bit of debugging. Make sure your request gets to the desired contro...

0 Likes
replied 7 years ago

Passing parameters outside url to shorthand routes

Oh, i put the request there in case you needed to use additional parameters in the controller, witho...

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.