laravel-ui-adminlte
laravel-ui-adminlte copied to clipboard
Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.
Did a fresh install using Laravel 9.20.0 followd the [tutorial](https://youtu.be/jA7hr2gE9yc) and when running npm install && npm run dev and a bunch of this: `npm WARN [email protected] requires a peer...
Not working with Laravel 9
Latest version of Laravel has deprecated the `Webpack` mix and introduced `vite` to compile assets and js files. but when we installed the `laravel-ui-adminlte` it generates the `webpack.mix` file. package...
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...
ERROR Command "ui" is not defined When running php artisan ui adminlte --auth Command in Laravel 9
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
Solving "Failed to open stream: No such file or directory" error problem on running "php artisan ui adminlte-localized --auth" command
when running `php artisan ui adminlte-localized --auth` an error is thrown because the path to the `vite.config.js` stub file is missing a directory separator
all ui commandes produce neerly same error