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 ?
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
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=fulloption