Hey guys my DB is like you see above. Now i am wondering how i can print out the names of the weapo...
I'm very new to Laravel and MVC's in general (third day of using Laravel), so please bear with me. I...
I can connect to the Homestead MySQL database no problem with: vagrant@homestead:~$ mysql -uhomestea...
For months, I've been placing all my logic in my controllers. Today, I would like to steer clear of...
I set up a migration to include a boolean value in my model (using the boolean() method). That trans...
Is there any place that shows real world examples of Relationship querys and fetching associated dat...
How would I do "SELECT Count(*), Min(some_field), Max(some_field) FROM some_table" in the...
An Owner has many Cars... And in my blade page I have this... {{{$car->Owner->name}}} And tha...
HI i searched Google but did not find anything about this and i never had this error before in Larav...
I'm trying to figure out the easiest and most effective way up updating hasMany() and belongsTo() re...
Hi! Just started using Laravel (4.1.30) for a project at work. So far it's just amazing, totally hoo...
When I use {{ $hotel->userid->username }} in my blade templates, I get this exception. "T...
I am converting a site with 50+ tables, some have 35+ columns and setting up the controller / views...
How do I go about using foreign keys in eloquent. I am building a forum application, just so I can g...
Hi, this is my first post. I'm pretty new on Laravel and I've a question about some query I've to do...
Hello! I'm creating new model using the mass assignment: $item = Item::create($itemAttributes); dd($...
Hi guys, I have a table with records created per specific action, I am trying to count records per d...
What is the schema for the database table to store Array or stdObject in a column ? When I use ->...
Hello, I was trying to add a column / foreign key to the table in the following manner : public func...
Hi all, I have 2 tables: posts and comments. Each post has many comments (one-to-many relationship)....
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community