Add migrations system and remove Illuminate dependencies.

This commit is contained in:
flash 2018-05-16 20:18:30 +02:00
parent 966301c21e
commit 26ed87ce02
19 changed files with 478 additions and 1535 deletions

View file

@ -12,9 +12,6 @@
"ext-mbstring": "*",
"twig/twig": "~2.4",
"nesbot/carbon": "~1.22",
"illuminate/database": "~5.5",
"illuminate/filesystem": "~5.5",
"doctrine/dbal": "~2.6",
"swiftmailer/swiftmailer": "~6.0",
"erusev/parsedown": "~1.6",
"geoip2/geoip2": "~2.0"