https://github.com/codeitnowin/barcode-generator
step 1:  Reference---  https://hdtuto.com/article/laravel-56-adminlte-bootstrap-theme-installation-example   Step 2 : after completion first reference view this link:    https://github.com/JeroenNoten/Laravel-AdminLTE   step 3:  For more additional information view this link:   https://github.com/jeroennoten/Laravel-AdminLTE#2-updating   Now you are done   statically :  https://adminlte.io/blog/integrate-adminlte-with-laravel   Steps:   1:  composer require jeroennoten/laravel-adminlte   2:   'providers' => [    ....    JeroenNoten\LaravelAdminLte\ServiceProvider::class,   ],   3:         php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets      5:       php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=config     6:  php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=views   7:   for admin pannel     php artisan ...
Comments
Post a Comment