Hi.. I am getting very confused at present at what is need to connect a linux laravel to a microsoft...
How do I write a model that returns all the content of a document in a MongoDB database? I am trying...
Hi! I have a structure like this : User Organizations_users Organization I want to check for the cur...
Hey people, I've some question to ask and i need some help and guidance and your expertise advises....
Hi all, I've been working away on my app and to date I have been successful. I have stumbled across...
I have users table that is associate to 2 other tables: posts, videos. And i want to pull all the da...
Hi everybody I'm trying to create a custom pivot for a MorphMany relationship. I've done it the usua...
I have a complicate request that I hope translate with Eloquent ORM or with Query Builder, but I can...
Hello everyone. I'm trying to install zizaco/entrust but are facing a problem in migrations, I think...
I have 3 tables: users, blogs, blogcomments. on the main blog page, i want to get the blog's title,...
I have User and Post model. And my question is where to put method's like getAllMyCommentedPosts() o...
Hi, It's my first post and, in fact, isn't properly a question, but a request for suggestions becaus...
How do you handle user images and profile pic? I have a table oft user images each row is an image a...
I am trying to call Eloquent's save() method on an existing record but getting an error from Illumin...
$locations = Locations::find(1); // null $locations = Locations::all(); // [] $locations = Locations...
When I am running a migration from command line I am getting the response Application In Producti...
I'm try to add autocomplete to a form and it's not showing the results plus it's saying that 2 rows...
Hello guys, I have some posts. How can i display for example on profile page just the posts of a spe...
Hi, I want to display a value from my model, but it always gives me '0' as an integer while the colu...
I'm struggling to get my head around migrations at the minute. I have an existing table with a forei...
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