** Affiliate Links **
30% of on Bose wireless headphone : https://amzn.to/45ubMYA
Topographic Gaming Mouse Pad : https://amzn.to/47yTfw5
Logitech M171 wireless Mouse : https://amzn.to/3KLIf4S
Laravel 9 Tutorials.
In this video we are going to discuss about how can we implement Admin LTE ( admin dashboard theme ) in Laravel 9.
Admin LTE v3.2.0 link : https://github.com/ColorlibHQ/AdminLT...
Admin LTE v3.2.0 notepad data :
Laravel AdminLTE (For Admin Panel/Dashboard)
Step # 1 : Create Fresh Laravel Project.
Global Command : laravel new adminlte
Non Global Command : composer create-project laravel/laravel --prefer-dist adminlte
Step # 2 : Install Larastarter for AdminLte (Admin Dashboard)
Command : composer require laraveldaily/larastarters --dev
Step # 3 : Install Larastarters scaffolding
Command : php artisan larastarters:install
Step # 4 : Select laravel ui bootstrap
Enter : 2
Step # 5 : Select adminlte 0 number
Enter : 0
Step # 6 : npm install && npm run dev
Run the vite server
Step # 7 : Check database configuration & Run the migration
Command : Php artisan migrate
It's time to test...