I have a users table and profile (one to one) table. I need data from both to display on their publi...
Is it possible to without core hacks to change the table laravel uses for migration history (current...
I've been doing this laravel course here https://www.youtube.com/watch?v=nSOPuYkllYQ Everything work...
I'm sure this is a basic question, but I have the following: Model "A" which has many of &...
Hello, i want to print 12 articles with pagers using bootstrap 3 theming: @foreach($category->...
Hi, I do not know how to make a relationship, my structure communities id - integer name - s...
I am trying to connect to mongo db using the eloquent module outside of laravel, i can get it to con...
Well, in my view I've a foreach and I display the id of a product with {{$look->item1_id}} but i...
Hi, I have just started playing with Laravel but am having a bit of trouble optimising this query us...
I'm making an application this will include an install script. The script will ask for the user's DB...
hello i have sql how can i write in Laravel this sql ? please help. (SELECT goods_id, name, img, ano...
I am trying to refresh the migration using this command. php artisan migrate:refresh My migrations a...
Hello, I have built a query with the Query Builder and I monitor what SQL is actually executed by du...
I have a problem with using morphMany relations in combination with lists in my model. I do have a M...
I need to let users resgister themselves through a form, and let them inactive users till, the Admin...
i am following this tutorial http://scotch.io/tutorials/php/a-guide-to-using-eloquent-orm-in-laravel...
Hi, I'm working on a CMS and I have a little problem with my migrations. I added a new migration fil...
Hi all! I am having trouble with global scopes, especially the removal of the scope. In my User mode...
i have strange issue i have a table with a column of longtext. when i use laravel to retrieve the da...
I want to apply conditional loop like this dynamically. I'm not getting logic of how to do that. Her...
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