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...
you can reuse your old ones. use this tutorial to have laravel recognize them http://www.mackhankins...
use left joins if image is not always existing for news_main record SELECT news_main.title, category...
i'm still new and can't get a good hold of the relationships and eager loading. but you can use join...
what about creating a method in the User model class that joins all the tables you need? or create a...
+1 on using vagrant. if you have a computer that can run virtual machines, this should the top optio...
The Laravel portal for problem solving, knowledge sharing and community building.