We're a place where coders share, stay up-to-date and grow their careers.
You've probably fixed this but for others with the same problem, the preset command was removed in Laravel 7, you will now want to use
composer require laravel/ui
php artisan ui react
auth and some other guys are here now too
You've probably fixed this but for others with the same problem, the preset command was removed in Laravel 7, you will now want to use
composer require laravel/ui
php artisan ui react
auth and some other guys are here now too