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...
if you are using php artisan serve, you can designate the port by using php artisan serve --port=80...
have you tried to use accessors and mutators? https://laravel.com/docs/5.3/eloquent-mutators
you're saying that a product has many comments which means you have a foreign key constraint. unless...
is this what you're looking for? https://laravel.com/docs/5.3/helpers#paths
you can place it in the view. if the condition statement becomes more complex, i'd use a model and i...
The Laravel portal for problem solving, knowledge sharing and community building.