In the Apigility docu is described, how to "install" Apigility. There are several methods to do this, but the last step should alway be:
cd path/to/install
php public/index.php development enable # put the skeleton in development mode
Without it the skeleton calls in browser and with an arror message:
An error occurred
An error occurred during execution; please try again later.
- Does Apigility only work without the development mode? If Yes -- why?
- What other modes are there? Where are they listed and described?