Tried the single line docker example (phppm/nginx --bootstrap=laravel) with a laravel 8 app and got this error:
ReflectionException: Class translator does not exist in /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php:830
This a know issue? Is Laravel 8 supported?
Tried the single line docker example (
phppm/nginx --bootstrap=laravel) with a laravel 8 app and got this error:ReflectionException: Class translator does not exist in /var/www/vendor/laravel/framework/src/Illuminate/Container/Container.php:830This a know issue? Is Laravel 8 supported?