A Laravel 11.31 boilerplate integrated with the AdminLTE v4.0.0-beta2 free template, providing a solid foundation for building admin dashboards and backend interfaces without relying on Vite or npm for asset management.
Follow these steps to set up the Laravel 11 AdminLTE Boilerplate on your local machine:
git clone https://github.com/moinulict/laravel-11-adminlte.git
cd laravel-11-adminltecomposer installcp .env.example .envphp artisan key:generateDB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_database_user
DB_PASSWORD=your_database_passwordphp artisan migratephp artisan serveAccess the application at http://localhost:8000.