laravel-translation-manager
laravel-translation-manager copied to clipboard
[Question] Will there be a version for laravel 8?
Hi there,
will there be a new version which is working with laravel 8?
Just fork and modify these lines in composer.json and it works
"require": {
"php": ">=7.1.3",
"illuminate/support": "^5.0|^6.0|^7.0|^8.0",
"laravelcollective/html": "^5.0|^6.0",
"illuminate/translation": "^5.0|^6.0|^7.0|^8.0",
"doctrine/dbal": "~2.6",
"symfony/finder": "^4.0|^5.0"
},