Hello guys, i'm trying to create multi-level dynamic menu compatible with bootstrap3. I have already...
I have the following relationships between my models Member public function memberships() {...
New to laravel, coming from codeigniter and i'm trying to port over and clean up my project. I have...
Hi, i used to use laravel with mysql on hostings. Never use AWS or managed a Server by myself. For a...
I have given my api code below: Step1: My Route $api->version('v1', function($api) { $api->get...
Is there a way to call models in view like this $blogpost = new Blogpost(); without namespace? I don...
I have the next tables: producto recurso_web producto_recurso_web So in my Producto model I have t...
How can i get item by it is id from LengthAwarePaginator? I have tried something like this: {{$categ...
Is there a simple way to do a "sync" (as per a many-to-many) relationship in one line betw...
Hi guys , I am importing an .xlsx file to a mySQL database. For reach row, I would like to count the...
https://github.com/laravel/framework/issues/11881 Yesterday I discovered a model factories but I got...
Laravel 5.3 I have search results, need to do results per page. URL is dynamic. Depends on search r...
Hello , I'm trying to paginate with eloquent but I am no been success . If I paginate like this , It...
I have product, and it has many comments, why i cant delete product, with all of this comment? My Aj...
I have own search filter, like that: public function search(Request $request, $counter = 5){ $sear...
Hi all, I just updated my dependencies (composer update) on my current project to their most recent...
Hi I have model with relation: $u = $user->with('Articles')->first(); then i can get: $u->...
In my application I have a model User which can have many List, but a List can only have one User....
Guys, good afternoon! I use Laravel and I have the following problem: Whenever a user edit a record...
Hello, Ok, so I am trying to seed data into a table, below is what I have tried: $factory->defin...
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