mirror of
https://github.com/tchapi/davis.git
synced 2025-01-18 05:18:35 +01:00
Davis
A simple, fully translatable admin interface for sabre/dav
based on Symfony 4.
Requirements
PHP > 7.1.3
Installation
-
Retrieve the dependencies
composer install
-
Migrate the database
bin/console migrate
Development
If you change or add translations, you need to update the messages
XLIFF file with :
bin/console translation:update en --force --domain=messages+intl-icu
Libraries used
- Bootstrap 4 (Licence : MIT)
This project does not use any pipeline for the assets since the frontend side is relatively simple, and based on Bootstrap.
Languages
PHP
76.8%
Twig
18.2%
JavaScript
3.2%
Dockerfile
1.2%
CSS
0.6%