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...
moschel26 said: I want to create a dropdown list where the data retrieved from the database, ie dro...
in sql query you can use count() aggregate and order by that column select count(link_id) from link...
here's how my role and user model looks // Role.php public function user() { return $this->has...
your original post should work. have you tried https://github.com/barryvdh/laravel-debugbar. it's a...
are you validating during a store or an update? if you're validating during a store, the created_at...
The Laravel portal for problem solving, knowledge sharing and community building.