Hello, I have a lot of repetitive repository classes, like: class UserRepository extends Repository...
Hi all, I am new to laravel framework so this might be very basic question to ask. Application Backg...
I'm thinking about how it would be increase performance if we keep IoC container in Redis Cache Duri...
I have to create separate log files for the companies Laravel 5. I have already done this in Laravel...
Hi Guys, I'm trying to centralize validation rules. I want to re use it every time i validate a form...
Hello, how can I register middlewareGroup middlewares in my package? Because I don't want to registe...
I've read the docs, all sorts of web pages, and every kind of answer/question I could find but still...
Is it possible to listen for different events with the same listener? Assuming the events were ident...
I have an additional middleware registered as "admin" which checks if the user is admin. p...
I am trying to add essentially a "confirmation" (or "place order/go back") page...
Use Case When the facade resolves a class (with the help of a service provider) whose properties are...
Hello, so I'm writing an application and until now I was working with Accessors, Mutators and Query...
Hi guys, can you explain me one thing? in which case the boot() method in a service provider is call...
I'm trying to build a multi-tenant application with Laravel 5. I'm aware of already existing package...
Hi, In my code I am defining an IOC container like App::instance('myapp.value', $value); In other...
Hello Like in the title, my repository class can't be found. My code: http://laravel.io/bin/Jx7y7 My...
Hi, I have a question regarding resolving objects in the AppServiceProvider. Somewhere in my code (m...
I'm trying to develop a custom reports generation for my application, in which the user will dynamic...
Hey Laravellers. I'll get straight to the point: I currently have a inherited a project whereby I ha...
Is there a way I can install Laravel with a custom script or another Laravel iteself? How can I run...
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