ypsolution / ynfinite-php-client
PHP Client for Ynfinite
1.1.5
2020-08-26 14:49 UTC
Requires
- php: ^7.3
- ext-json: *
- bryanjhv/slim-session: 4.0
- cocur/slugify: 4.0.0
- illuminate/database: 7.20
- monolog/monolog: 1.25.3
- php-di/php-di: 6.1.0
- slim/psr7: 1.0.0
- slim/slim: 4.5.0
- slim/twig-view: 3.0.0
- thadafinser/user-agent-parser: ^2.0
- twig/intl-extra: ^3.0
- twig/twig: 3.0
- vlucas/phpdotenv: 3.6.3
- whichbrowser/parser: ^2.0
This package is auto-updated.
Last update: 2021-01-21 12:49:36 UTC
README
This is the ynfinite package for your PHP Client. To use it in your project you need a ynfinite account to run it.
How to Setup
Development
Go into the development folder and run the docker-composer inside of
cd /development/docker
docker-compose build
docker-compose up -d
docker-compose exec ynfinite-client composer install
This will start a local DEV environment and you can open http://localhost
Troubleshooting
Cache dir not writable
Uncaught RuntimeException: Route collector cache file directory /var/www/config/../tmp/cache is not writable
Simply run for development purpose
docker-compose exec ynfinite-client chmod 777 tmp -R