Welcome to the repository for Laravel 11 integrated with the Adminlte3 template!
This repository contains a Laravel 11 template that comes pre-configured with authentication from Jetstream and utilizes the adminlte3 template for the UI.
- PHP >= 8.1
- Composer
- Node.js
- npm
-
Clone the repository:
git clone https://github.com/vikarmaulanaarrisyad/starter-template-adminlte-v3-laravel11.git laravel11-adminlte
-
Navigate into the project directory:
cd laravel11-adminlte
-
Install PHP dependencies:
composer install
-
Install JavaScript dependencies:
npm install && npm run dev
-
Copy the
.env.example
file and rename it to.env
:cp .env.example .env
-
Generate application key:
php artisan key:generate
-
Run database migrations:
php artisan migrate
-
Start the development server:
php artisan serve
- Vikar Maulana - GitHub
Feel free to explore their repositories as well.
If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. Thank you for your interest and support!