Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1021 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 1021 Bytes

PlaceIt - a simple placeholding service app

Code Climate

bildschirmfoto 2016-11-16 um 14 46 47

Installation

  1. git clone https://github.com/CodeBrauer/PlaceIt.git
  2. cd PlaceIt && git checkout 1.0
  3. composer install
  4. Ready to go!

Note: On nginx you need to define something like this

Usage

As seen on the screenshot there are multiple routes you can call so the script renders you the image you requested.

You can also edit the config/config.php, where the constans and comments should explain itself.

Powered by:

  • Slim by Josh Lockhart (codeguy)
  • Slim-Views by Josh Lockhart (codeguy)
  • Twig by the Twig Team