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).
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