We're a place where coders share, stay up-to-date and grow their careers.
need help, Command "preset" is not defined. when i run php artisan preset react
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
need help, Command "preset" is not defined. when i run php artisan preset react
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