A little starter for Slim3

Hey there. I would like to show you this: https://github.com/napolux/helloslim3

It’s a starter kit for small PHP Projects containing Slim, Twig, Doctrine
If you use PHPUnit for tests, the /tests folder is there, just for you to use :stuck_out_tongue:

Features

Here are some of the HelloSlim3 features…

  • Admin panel (ready to be customized, with basic auth)
  • Bootstrap integration
  • Basic controller example
  • Basic test example

Any opinion on it? How can I improve it?

3 Likes

Nice job, something like this helped me get started with slim, so I’m sure that you’ll have some grateful people out there.

1 Like