git clone https://github.com/CodeBrauer/PlaceIt.git
cd PlaceIt && git checkout 1.0
composer install
- Ready to go!
Note: On nginx you need to define something like this
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.
- Slim by Josh Lockhart (codeguy)
- Slim-Views by Josh Lockhart (codeguy)
- Twig by the Twig Team