ECLI API a web application used for processing legal text and providing a REST-API. ECLI API is built on top of Lumen.
- Clone the repo ;
cd appcp .env.example .env- edit .env to match your configuration
docker-compose up -ddocker-compose exec php php artisan migrate- Import
dbfrom a dump - Run composer install (attach to console and run
composer install) - Enable log directory writing (
chmod 777 /var/www/storage/logs) - Populate DB with something
Tests are written within ./app/tests/ directory.
docker-compose exec php ./vendor/bin/phpunit
- Licensed with GPLv3.
- Project led by OpenJustice.be in collaboration with Liège Legal Tech Lab of University of Liège 🎓.