From ff9c1733f81de15f911fd8b6b3901a2bd2405ade Mon Sep 17 00:00:00 2001 From: Alex Garrett Date: Mon, 24 Apr 2017 20:37:28 +0100 Subject: [PATCH] Added readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ab2586 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# slender +A slender starter structure for Slim 3 + +## Installation + +`composer create-project codecourse/slender projectname` + +## What's this all about then? + +The simplest boilerplate for getting started on a new Slim adventure. No clutter, ready to transform into your next big idea. + +Also used for [Codecourse](https://www.codecourse.com) courses, just to save a little time. + +## Contributing + +Feel free to submit any minor enhancements, but the goal here is to keep this as simple (yet as practical) as possible, so no huge additions. Thanks!