I've recent gone through a couple tutorials on getting websockets working in laravel. I chose to us...
Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...
Hello! I created some services to my application and i have problem to load this services... First,...
I have a controller end point that utilizes Guzzle I have written a wrapper around the Guzzle Client...
Is there anywhere in the app life cycle in which I can interact with the response given from a route...
i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...
I am currently refactoring my Laravel 5 project in order to make use of the Repository Design Patter...
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 create a new service provider by running php artisan make:provider ComposerServiceProvider. After...
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...
bindShared() is mostly conquering the core laravel classes, but share() is still being used in certa...
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...
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