here's my code in my view <p><?php echo $remaining_seats[$event->id]; ?>{{ $remaining...
i have 2 tables, categories and subcategories categories is made up of id, and name subcategories is...
i'm using mysql and a stored procedure. my model looks like this class TaskAssignment extends Eloque...
i've been trying to figure this out all weekend long and i can't seem to find the answer. my client...
just need an example on how to seed records from a different database. do i need to add the connecti...
thanks to all the people who helped me in the IRC channel. i'm going to use @if ( ! $projects->is...
interesting, i just tried this on one of my pages, and it doesn't display what supposed to be the &q...
I figured it out... Let’s say your source database is MySQL and you have a client table with client_...
you can use transactions. if one fails, all fail and rollback. is that what you're looking for? http...
i could be wrong but it looks like you can bind a value as a table name. have you tried to use table...
The Laravel portal for problem solving, knowledge sharing and community building.