DEV Community

Discussion on: How using React in a Laravel application - Tutorial

Collapse
 
cliffchristianson profile image
cliffchristianson • Edited

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

Collapse
 
adelinghanaem profile image
Adelin

But documentation still shows php artisan preset react command !