From 6c670bebbe00bbb50a2843cb4815cc80379f012d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 18 Mar 2022 15:06:40 -0400 Subject: [PATCH] add localrouter.php to make news/ and wiki/ links work --- .idea/.gitignore | 8 +++++++ .idea/jsonSchemas.xml | 25 +++++++++++++++++++ .idea/modules.xml | 8 +++++++ .idea/php.xml | 28 ++++++++++++++++++++++ .idea/runConfigurations/builtin_server.xml | 5 ++++ .idea/tilde.team.iml | 24 +++++++++++++++++++ .idea/vcs.xml | 6 +++++ README.md | 2 +- localrouter.php | 7 ++++++ 9 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/jsonSchemas.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/php.xml create mode 100644 .idea/runConfigurations/builtin_server.xml create mode 100644 .idea/tilde.team.iml create mode 100644 .idea/vcs.xml create mode 100644 localrouter.php diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/jsonSchemas.xml b/.idea/jsonSchemas.xml new file mode 100644 index 0000000..ec66611 --- /dev/null +++ b/.idea/jsonSchemas.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..6dd59f8 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml new file mode 100644 index 0000000..91286fd --- /dev/null +++ b/.idea/php.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/builtin_server.xml b/.idea/runConfigurations/builtin_server.xml new file mode 100644 index 0000000..59e55e3 --- /dev/null +++ b/.idea/runConfigurations/builtin_server.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/.idea/tilde.team.iml b/.idea/tilde.team.iml new file mode 100644 index 0000000..26ed36d --- /dev/null +++ b/.idea/tilde.team.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 581275f..6c7846b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ composer install 3. start a php development server ```bash -php -S localhost:9000 +php -S localhost:9000 localrouter.php ``` 4. create a feature branch diff --git a/localrouter.php b/localrouter.php new file mode 100644 index 0000000..3459423 --- /dev/null +++ b/localrouter.php @@ -0,0 +1,7 @@ +