You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What i have done was i just created a new project and then i installed the ui package "laravel/ui": "^4.0" after that trying to install the adminlte which raises following problem
Problem 1
- Root composer.json requires infyomlabs/laravel-ui-adminlte ^5.1 -> satisfiable by infyomlabs/laravel-ui-adminlte[v5.1.0, 5.x-dev].
- infyomlabs/laravel-ui-adminlte[v5.1.0, ..., 5.x-dev] require laravel/ui ^3.0 -> found laravel/ui[v3.0.0, ..., 3.x-dev] but it conflicts with your root composer.json require (^4.0).
The text was updated successfully, but these errors were encountered:
What i have done was i just created a new project and then i installed the ui package
"laravel/ui": "^4.0"
after that trying to install the adminlte which raises following problemThe text was updated successfully, but these errors were encountered: