diff --git a/.gitignore b/.gitignore index eb9c5c9..ea2a471 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,4 @@ Homestead.yaml Thumbs.db /public/* -!/public/.gitkeep +!/public/index.php diff --git a/public/.gitkeep b/public/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..ee8f07e --- /dev/null +++ b/public/index.php @@ -0,0 +1,20 @@ +handleRequest(Request::capture());