I try to test emails with mailtrap and Laravel 5.4. I get this error:
Type error: Too few arguments to function Illuminate\\Support\\Manager::create
I believe this happens if you do not have the APP_KEY set in a .env file, so run php artisan key:generate if you do not have one.
php artisan key:generate