laravel-ui-adminlte icon indicating copy to clipboard operation
laravel-ui-adminlte copied to clipboard

Package not installing on Laravel Framework 9.30.1

Open Raza9798 opened this issue 3 years ago • 1 comments

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

Raza9798 avatar Sep 24 '22 18:09 Raza9798

Try to use "laravel/ui": "^3.0"

mitulgolakiya avatar Sep 27 '22 11:09 mitulgolakiya