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:
5:
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:
3:'providers' => [....JeroenNoten\LaravelAdminLte\ServiceProvider::class,],
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=assets
5:
6:php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=config
php artisan vendor:publish --provider="JeroenNoten\LaravelAdminLte\ServiceProvider" --tag=views
7:
for admin pannel
php artisan make:adminlte
Comments
Post a Comment