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 4e0042b commit c51b215Copy full SHA for c51b215
leaf-3.3/_benchmark/hello_world.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-url="$base/$fw/index.php/hello/index"
+url="$base/$fw/public/index.php/hello/index"
leaf-3.3/index.php renamed to leaf-3.3/public/index.php
@@ -1,6 +1,6 @@
<?php
3
-require 'vendor/autoload.php';
+require '../vendor/autoload.php';
4
5
app()->get("/index.php/hello/index", 'Controllers\HelloWorldController@index');
6
0 commit comments