how to convert $kernel = $app->make(Illuminate\Contracts\Http\Kernel::class); to lumen

597 Views Asked by At

I am new to laravel and lumen, I am converting laravel code to lumen. Could you please help me to convert this make method to lumen?

$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);
0

There are 0 best solutions below