Support the ongoing development of Laravel.io →
ayyobro

ayyobro

Joined 25 Jul 2014

Statistics

Threads 3
Replies 93
Solutions 10
Articles 0

Associating view to user record

So I have a view where I loop through then display a company's employees into a table. We are implem...

0 Likes
2 Replies

Eloquent query to get posts in the past 24 hours with the most messages

So, I have a situation where users can add posts to a forum and then comment on those posts. What I...

0 Likes
1 Replies

How can I get to the certain page in pagination that comment is on after creating the comment?

Current I have a forum set up with some topics that people can reply to. I can easily create replies...

0 Likes
2 Replies
Solved
replied 11 years ago

Undefined variable: error , No POST data when submitting form

What's your route look like that's calling getAdd()? For post information to be passed through to a...

0 Likes
replied 11 years ago

view does not find css,img,js from public

You can still use HTML class without blade: <?php echo HTML::script(url, attributes, secure) ?>...

0 Likes
replied 11 years ago

laravel Controller method not found in route::controller

I've had this issue before, Try using ::resource() instead. ::controller() is too ambiguous. Check o...

0 Likes
replied 11 years ago

Return specific column

you can bed one by passing a closure function in with() as second index of an argument array I belie...

0 Likes
replied 11 years ago

Call to undefined method User::save()

Try creating the object first: $user = new User; $user->field_name = 'value'; $user->save();

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.

© 2026 Laravel.io - All rights reserved.