A small API that sends anime/hentai images in JSON.
Follow me on Twitter. | Join my Discord server for help. |
- More endpoints
- Improved randomness
- Better response times
Why do I get an error
- the most likely issue is that you are using the default user-agent
Can i help
- Yes of course just make a PR.
Will it work on my PC
- I don't recommend using my stuff but only for testing purposes (maybe).
- Web server (Apache/Nginx, PHP, MySQL)
- Redis
With phpstorm (with php in path (or add it in your path)):
setup composer (be sure it downloads composer.phar)
and run this command in a terminal in the project directory php composer.phar install
.
Download & install composer and after that run this in the project directory
composer install --optimize-autoloader
.
Check the parameters in parameters.yml
and run php bin/console doctrine:schema:validate
to see if the connections work
if everything works except for the sync error run this to sync it php bin/console doctrine:schema:update --force
.
Windows users use \ instead of /