Level 73
@davidsi02 that was removed from the framework you need to run:
composer require laravel/ui
first and then as an example:
php artisan ui react
2 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Command "preset" is not defined.´´´
Laravel Version: 7.X
@davidsi02 so you should follow their steps from the repo:
Install this preset via composer require laravel-frontend-presets/argon. No need to register the service provider. Laravel 8.x & up can auto detect the package.
says that you need to install it first:
https://github.com/laravel-frontend-presets/argon#via-composer
Please or to participate in this conversation.