Hello, I have an app that should list points with its exchange rates. Basically, there are 2 main ta...
In my testcase when I try to create a model by factory like the following $factory->defineAs(App\...
Men (parent_id 0) Men 1.2 -- Men 1.3 (2 product) ---- Men 1.4 (1 product) I need to get all items...
I'm trying to override the find method, but for some reason it's stuck in an endless loop. It's the...
I try to make a search engine for users. The search will be with multiple fields so as the user can...
I'm currently porting an app from Codeigniter to Laravel and was looking to implement some functiona...
Hi guys, I'm fairly new to Laravel (and web dev), but I'm trying to build a project for work. I'll t...
I've seen a lot of posts here about this but no solution. Is there any method to observe pivot table...
I need to pass a second argument to edit and update methods of a controller like: public functi...
I'm saving the files in a folder, but I want to make available for download . How do I do that ?
Hello, I've been building my app for a while with Laravel 5.1, and I'm still a total newbie with thi...
Hi friends, do you can help me? I need construct a query for view (empleados.index), parsing data fr...
Hello, I finally understood Collections. However, I am looking to add an attribute (pulled from an e...
I want to build a web based system to keep track of students attendance. I have these three tables r...
I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...
How do i add the value of $course->id to this form so the my route::post(/course/{id}.......... w...
I want to order the result of a decreasing form of consultation. I'm trying this: $call = App\Call::...
Following the code below and it keeps saying the pivot property is NULL. There must be something wro...
When logging in, the query fails, because "email" is not on "usuario", it's in &...
I'm building a site concerning nightclubs, events and booths - the idea is a user can book booths fo...
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