SyntaxFix
Write A Post
Hire A Developer
Questions
In case the error appears when upgrading from Laravel 6 to Laravel 7, the command composer require laravel/ui "^2.0" solves the problem (see https://laravel.com/docs/7.x/upgrade#authentication -scaffolding)
composer require laravel/ui "^2.0"