Skip to content

A simple boilerplate integrating AdminLTE with Laravel 11, providing a ready-to-use setup for building admin panels effortlessly.

Notifications You must be signed in to change notification settings

moinulict/laravel-11-adminlte

Repository files navigation

Laravel 11 AdminLTE Boilerplate

License GitHub Stars

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.

📦 Installation

Follow these steps to set up the Laravel 11 AdminLTE Boilerplate on your local machine:

1. Clone the Repository

git clone https://github.com/moinulict/laravel-11-adminlte.git
cd laravel-11-adminlte

2. Install PHP Dependencies

composer install

3. Configure Environment Variables

cp .env.example .env
php artisan key:generate

4. Database Configuration

DB_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_password

5. Run Database Migrations

php artisan migrate

6. Start the Development Server

php artisan serve

Access the application at http://localhost:8000.

About

A simple boilerplate integrating AdminLTE with Laravel 11, providing a ready-to-use setup for building admin panels effortlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published