So I have a view where I loop through then display a company's employees into a table. We are implem...
So, I have a situation where users can add posts to a forum and then comment on those posts. What I...
Hmm... try adding a specific length to your strings, for example: $table->string('name', 250); L...
code is a reserved word in sql I believe, can you change it to something else, like 'test_code'? Thi...
Can I see your routes.php? and the controller you are trying to reference?
if you are in your 'Hotel' model and trying to access the guests in the hotel, then (assuming your r...
The Laravel portal for problem solving, knowledge sharing and community building.