InfyOmLabs / laravel-ui-adminlte

Laravel UI Frontend Preset for AdminLTE with Laravel Fortify support.
http://infyom.com/open-source
197 stars 72 forks source link

Compiler package has not been upgraded on this package #26

Open Raza9798 opened 2 years ago

Raza9798 commented 2 years ago

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 needed to be upgrade to vite configuration instated of webpack mix

it could be more use full if the package support to webpack as well as vite complier by giving a separate command to initiate the

mitulgolakiya commented 2 years ago

@Raza9798 we have already tried with vite but since adminlte is on bootstrap 4, vite is giving some build error. so that is pending.

eina84 commented 1 year ago

Pardon my ignorance, but does this mean InfyOmLabs/ laravel-ui-adminlte cannot be used with Laravel 9+?

I tried a completely fresh install, following this video: https://www.youtube.com/watch?v=jA7hr2gE9yc and, although there are lots of warnings but no errors, the admin panel (& login & register screens) appear to have no CSS.