Created
December 27, 2023 00:36
-
-
Save pferreirafabricio/f8fcee14d9c8cdd8ff057a654d148a13 to your computer and use it in GitHub Desktop.
Revisions
-
pferreirafabricio created this gist
Dec 27, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <?php require __DIR__ . './vendor/autoload.php'; $app = require_once __DIR__ . './bootstrap/app.php'; $kernel = $app->make(\Illuminate\Contracts\Http\Kernel::class); $response = $kernel->handle( $request = \Illuminate\Http\Request::capture() );