Skip to content

Commit 4c55831

Browse files
committed
Adding phpinfo route
1 parent 14eef49 commit 4c55831

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

routes/web.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
Route::get('/', function () {
66
return view('welcome');
77
});
8+
9+
Route::get('/phpinfo', function() {
10+
return ini_get('post_max_size');
11+
});

0 commit comments

Comments
 (0)