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 @@ +