Support the ongoing development of Laravel.io →

w1n78

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

Statistics

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

value not displaying in blade

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

Likes 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...

Likes 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...

Likes Replies
Solved

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...

Likes 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...

Likes Replies
Solved
replied 5 years ago

Page not found

localhost only works locally. if you are trying to access it from a different computer, you need to...

0 Likes
replied 5 years ago

class error in deployment

have you tried Note (with capital N)? windows sometimes isn't case sensitive and when you deploy to...

0 Likes
replied 5 years ago

Catching exception on a DB transfer

i think this is where you're getting the error default: $nr->position = 1...

0 Likes
replied 6 years ago

Validations

in your request validation, you can query to get the value you want to check against. so if you had...

0 Likes
Solved
replied 6 years ago

Eloquent get all Post except last 3 rows added

try using skip and take as described in documentation https://laravel.com/docs/5.3/queries $posts =...

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.

© 2023 Laravel.io - All rights reserved.