How i connect MySQL using SSL. How I can configure it in databse.php ? I added all my .pem files alo...
Laravel Schema has a command for ENUM equivalent to the table. What is the SET equivalent to the tab...
I have a Model "Houses" that has a location_id field so every record has a relationship wi...
Model Woman extends Homospaien Model Man extends Homosapien Table "homosapien" contains al...
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($...
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