Support the ongoing development of Laravel.io →

388 Threads

Redis Websocket Questions

I've recent gone through a couple tutorials on getting websockets working in laravel. I chose to us...

0 Likes
0 Replies

Unresolvable dependency resolving [Parameter #3 [ <required> $emailView ]]

Hi All When I click on the forgotten my password link i get the error below Unresolvable dependency...

0 Likes
0 Replies

ServiceProvider $defer=true;

Hello! I created some services to my application and i have problem to load this services... First,...

0 Likes
0 Replies

How to inject the Mock object into an initialzed class while doing integrated tests

I have a controller end point that utilizes Guzzle I have written a wrapper around the Guzzle Client...

0 Likes
0 Replies

how to to interact with response, before it is sent

Is there anywhere in the app life cycle in which I can interact with the response given from a route...

0 Likes
2 Replies

extending Laravel 5.2 Illuminate\Routing\Router

i want to add custom methods to my application router. Route::get('email', 'Auth\PasswordController@...

0 Likes
3 Replies

Is it possible to inject an interface into Laravels Kernel.php?

I am currently refactoring my Laravel 5 project in order to make use of the Repository Design Patter...

0 Likes
1 Replies

How to access controller method from inside another controller

Hi, I'm a Laravel newbie and I'm quite confused about laravel architecture. Basically, I need to get...

0 Likes
6 Replies

Service Container not resolving the same inside Job

Running Lumen 5.2.6 When I fire up a Job, if I do this: public function handle(Application $app)...

0 Likes
0 Replies

Exception being thrown whenever an exception is thrown during unit testing with PHPUnit

New-ish to Laravel so pardon me if I'm getting something completely wrong. I'm wanting to start unit...

0 Likes
2 Replies
posted 7 years ago

how to share objects among routes

Hi every one! I have three routes, linking to different functions in the controller. Two of them set...

0 Likes
0 Replies
posted 8 years ago

Correct way to dispatch a new request inside the application and dealing with Request injection afterward

I am dealing with a restful api. Each controller deals with one type of object. Now the wish is to u...

0 Likes
5 Replies

[Package] Exception Handler

Custom exception handlers let you define the behavior of your application when a specific exception...

0 Likes
0 Replies
posted 8 years ago

Service provider ignored

I create a new service provider by running php artisan make:provider ComposerServiceProvider. After...

0 Likes
1 Replies
Solved

Laravel Policies - How to Pass Multiple Arguments to function

I'm looking for a way to pass more than just one variable to the policy function. According to the d...

0 Likes
0 Replies

Access Http\Kernel class form controller

is it possible to access all the properties of Http\Kernel class from a controller. I want to make a...

0 Likes
0 Replies

Password::reset without email field

Hello how can I override Password::reset so that it takes only token and password without email ? A...

0 Likes
2 Replies
posted 9 years ago

Laravel Core - IOC bindShared() VS share()

bindShared() is mostly conquering the core laravel classes, but share() is still being used in certa...

0 Likes
2 Replies
Solved

for a while.. apologize

http://otdk.ttk.pte.hu/?q=node/16517 http://otdk.ttk.pte.hu/?q=node/16518 http://otdk.ttk.pte.hu/?q=...

0 Likes
0 Replies
posted 8 years ago

Dynamic configuration in route group definition

Hi all We've used the config() helper to allow application developers to configure our predefined ro...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.