We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc3cc9b + 1930f44 commit c6c2532Copy full SHA for c6c2532
database/migrations/create_request_logs_table.php.stub
@@ -19,7 +19,7 @@ return new class extends Migration
19
$table->unsignedSmallInteger('status')->nullable();
20
$table->string('method')->nullable();
21
$table->string('route')->nullable(); // Not all routes needs to have a name
22
- $table->string('path')->nullable();
+ $table->text('path')->nullable();
23
$table->json('headers')->nullable();
24
$table->json('payload')->nullable();
25
$table->json('response_headers')->nullable();
0 commit comments