Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 699 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 699 Bytes

slender

A slender starter structure for the Slim PHP framework

Installation

For Slim 3

composer create-project "codecourse/slender 1.0.2" projectname

For Slim 4

composer create-project "codecourse/slender 2.1.1" 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 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!