refactored a few things

This commit is contained in:
Patrick 2014-09-12 18:33:31 +02:00 committed by lubiana
parent 82366e6cfe
commit 3b296d295d
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,5 @@
[Next step >>](2-http.md)
### Setting up the front controller
To start, create an empty directory for your project. You also need an entry point where all requests will go to. This means you will have to create an `index.php` file.
@ -84,3 +86,7 @@ vendor/
```
This will exclude the included file and folder from your commits. For which would be a good time now by the way.
Now you have successfully created an empty playground which you can use to set up your project.
[Next step >>](2-http.md)