Hi, I'm a Laravel newbie and I'm quite confused about laravel architecture. Basically, I need to get...
Running Lumen 5.2.6 When I fire up a Job, if I do this: public function handle(Application $app)...
New-ish to Laravel so pardon me if I'm getting something completely wrong. I'm wanting to start unit...
Hi every one! I have three routes, linking to different functions in the controller. Two of them set...
I am dealing with a restful api. Each controller deals with one type of object. Now the wish is to u...
Custom exception handlers let you define the behavior of your application when a specific exception...
I'm looking for a way to pass more than just one variable to the policy function. According to the d...
is it possible to access all the properties of Http\Kernel class from a controller. I want to make a...
Hello how can I override Password::reset so that it takes only token and password without email ? A...
http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...
Hi all We've used the config() helper to allow application developers to configure our predefined ro...
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...
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...
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