Support the ongoing development of Laravel.io →
w1n78

w1n78

Joined 21 Apr 2014
https://blog.sherwinm.com

Statistics

Threads 5
Replies 55
Solutions 12
Articles 0
posted 11 years ago

value not displaying in blade

here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...

0 Likes
3 Replies
Solved

dropdown2 gets populated based on dropdown1

i have 2 tables, categories and subcategories categories is made up of id, and name subcategories is...

0 Likes
10 Replies
Solved

error when trying to use stored procedure

i'm using mysql and a stored procedure. my model looks like this class TaskAssignment extends Eloque...

0 Likes
2 Replies
Solved
posted 11 years ago

no results in controller but view says otherwise

i've been trying to figure this out all weekend long and i can't seem to find the answer. my client...

0 Likes
1 Replies
Solved

seeding from a different database?

just need an example on how to seed records from a different database. do i need to add the connecti...

0 Likes
1 Replies
Solved
replied 9 years ago

How to add dynamic dropdown list column on Laravel 5.3 registration?

moschel26 said: I want to create a dropdown list where the data retrieved from the database, ie dro...

0 Likes
replied 9 years ago

Count number of times link_id occurs on pivot table, and sort by highest number of occurences

in sql query you can use count() aggregate and order by that column select count(link_id) from link...

0 Likes
replied 9 years ago

Many to many pivot table issue / show all users with their role

here's how my role and user model looks // Role.php public function user() { return $this->has...

0 Likes
replied 9 years ago

How to add a additional condition in a join using query builder laravel 5.3?

your original post should work. have you tried https://github.com/barryvdh/laravel-debugbar. it's a...

0 Likes
replied 9 years ago

Laravel 5.2+ date before and after date validation not working

are you validating during a store or an update? if you're validating during a store, the created_at...

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.