Skip to content

Commit c669d8b

Browse files
committed
Add public dir to slim 3.12
1 parent e16824d commit c669d8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
url="$base/$fw/index.php/hello/index"
2+
url="$base/$fw/public/index.php/hello/index"

slim-3.12/index.php renamed to slim-3.12/public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require __DIR__ . '/vendor/autoload.php';
2+
require __DIR__ . '/../vendor/autoload.php';
33

44

55
$app = new \Slim\App();

0 commit comments

Comments
 (0)