Videos
Hi everyone trying to get this setup figured out and for the life of me can't get it. Set up Laravel server which works perfectly fine and then try to install AdminLTE which keeps kicking back an error. Seems it'll be easier to show screenshots to explain the error instead of just telling it. Here goes:
Server starts fineHome page
Instructions from AdminLTE website to install with composer:
Using Composer to install AdminLTEAnd this pat gets me nowhere. So back to the drawing board and I try with https://github.com/jeroennoten/Laravel-AdminLTE/wiki and follow those instructions. It installed Laravel Mix and I did the npm install process but when I run "php artisan adminlte:install" which returns "There are no commands defined in the "adminlte" namespace." Truly at a loss and unsure what the next steps are. I've also tried this way and it didn't work either.
If someone could please help me to get this running it would be a big help or at least tell me the correct documentation to use. A video or anything which can get this solved. Thank you and hope to hear from someone soon.