I am currently using laravel 7.29.3 . i want install laravel ui auth using below command composer require laravel/ui php artisan ui bootstrap --auth |
Problem 1 - Conclusion: remove laravel/framework v7.29.3 - Conclusion: don't install laravel/framework v7.29.3 - laravel/ui 3.x-dev requires illuminate/filesystem ^8.0 -> satisfiable by illuminate/filesystem[8.x-dev, v8.0.0, v8.0.1, v8.0.2, v8.0.3, v8.0.4, v8.1.0, v8.10.0, v8.11.0, v8.11.1, v8.11.2, v8.12.0, v8.12.1, v8.12.2, v8.12.3, v8.13.0, v8.2.0, v8.3.0, v8.4.0, v8.5.0, v8.6.0, v8.7.0, v8.7.1, v8.8.0, v8.9.0]. - laravel/ui v3.1.0 requires illuminate/filesystem ^8.0 -> satisfiable by illuminate/filesystem[8.x-dev, v8.0.0, v8.0.1, v8.0.2, v8.0.3, v8.0.4, v8.1.0, v8.10.0, v8.11.0, v8.11.1, v8.11.2, v8.12.0, v8.12.1, v8.12.2, v8.12.3, v8.13.0, v8.2.0, v8.3.0, v8.4.0, v8.5.0, v8.6.0, v8.7.0, v8.7.1, v8.8.0, v8.9.0]. - don't install |
In such case we should determine version of laravel/ui package to be satiable with our laravel application's version using this command composer require laravel/ui "^2.1" --dev Or you can use this too: composer require laravel/ui:^2.4 then php artisan ui bootstrap --auth |
Showing posts with label laravel-ui-framework. Show all posts
Showing posts with label laravel-ui-framework. Show all posts
Monday, January 9, 2023
How to resolve laravel ui in Laravel Framework 7.29.3
Subscribe to:
Posts (Atom)