php-photoslibrary
php-photoslibrary copied to clipboard
common/common.php uses League/Plates/Engine
I am trying to play with this example but am running into the problem that it apparently uses a template from League/Plates/Engine, without 'require'-ing any script. I tried adding
'use League/Plate/Engine'
to common/common.php, hoping that the server that I am working on had the templates installed, but this does not help.
I am a bit new to standalone php development, so far have been working on a Joomla! website, which had a lot of the boiler plate stuff taken care of.
Do you have any suggestion how to get going with the samples without the League templates and/or how to get a minimal version of it downloaded?
Thanks, Marco.