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.
1 parent 14eef49 commit 4c55831Copy full SHA for 4c55831
routes/web.php
@@ -5,3 +5,7 @@
5
Route::get('/', function () {
6
return view('welcome');
7
});
8
+
9
+Route::get('/phpinfo', function() {
10
+ return ini_get('post_max_size');
11
+});
0 commit comments