Laravel-adminlte: Not working wind Laravel 6.2

Created on 28 Nov 2019  路  1Comment  路  Source: jeroennoten/Laravel-AdminLTE

Hi,
I install Laravel using composer command
after that, I install UI

composer require laravel/ui
php artisan ui vue --auth
npm install && npm run dev

After thats i install AdminLTE:

composer require jeroennoten/laravel-adminlte
php artisan adminlte:install

But nothing happens! The login page still like before

What I fogot to do ?

Most helpful comment

Laravel 6 comes with the auth controllers and so on... you just need the views and the routes, and this package comes with all of this...
forget the laravel/ui package and just install adminlte with the --type=full option

>All comments

Laravel 6 comes with the auth controllers and so on... you just need the views and the routes, and this package comes with all of this...
forget the laravel/ui package and just install adminlte with the --type=full option

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Shidersz picture Shidersz  路  4Comments

niltonssjr picture niltonssjr  路  4Comments

bbdangar picture bbdangar  路  5Comments

jlcanizales picture jlcanizales  路  3Comments

ahishamali10 picture ahishamali10  路  5Comments