Is it considered acceptable practice to use models in migrations? I've seen many code snippets where...
I'm going to change some models' relationship from one-to-many to many-to-many. Is there a way do ap...
can i get data in single query ? $author = Author::where('id', '=', $authorId) ->where('salt', '=...
Hi, Method get from query builder return array of stdClass object. It is posible change stdClass to...
Hello, I'm very new to laravel and am converting an application I wrote earlier in very unstructured...
I would like to set up Redis to handle sessions, however, I found an issue. When I stop the Redis se...
Ok.. so I built this real simple RBAC using Laravel. In my design I filter user's permissions based...
Hi, i use the following code to get my data with Eloquent: $campaign = Campaign::find(1)->with(...
Hello, I am facing a problem with joining two tables using Eloquent for multiple database connection...
I'm attempting to make a relationship between my roster table and roster_statuses table. I'm wonderi...
I have this $location = GeoIP::getLocation('46.188.214.51'); my table looks like this | id | mood...
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...
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