Callum Thomson
Callum Thomson
Hi thanks for your swift response, I replaced the code in my example with ```php Route::get('/random', function() { dd(app()); }); ``` and the 2nd line of the output was ```...
@jgrossi Line 22 of Corcel.php still reads as ```php strpos(app()->version(), 'Lumen') === 0 ``` so i guess not?
@yusukebe I suppose it is somewhat reasonably common to want to use a different header name for providing a bearer token for authentication. I guess it depends on where you...
Also looking for a solution to this. No way, it seems, to create a transaction which contains Prisma client invocations inside other classes. Also using NestJS