Skip to content

aguswahyudev/breeze-blade-starter-adminlte

Repository files navigation

Laravel Breeze Blade + AdminLTE 3

This project is an example of using Laravel Breeze Blade with AdminLTE 3.

Requirements

  • PHP >= 8.1
  • Laravel >= 10.x
  • Breeze >= 1.x

The above requirements follow the time of establishment of this project

Installation

New Project

  1. Clone this repository or Use this repository as a template
  2. Run composer install
  3. Run cp .env.example .env
  4. Run php artisan key:generate
  5. Configure .env file (Database and Email)
  6. Run php artisan migrate
  7. Last, run php artisan serve

Existing Project

  1. Install laravel first. Documentation can be found in Laravel
  2. Install Laravel Breeze Blade. Documentation can be found in Laravel Breeze Blade
  3. Copy and overwrite the public and resources folders of this project to your project.
  4. The AdminLTE 3 template can already be used.

Screenshots

  • Welcome Page Welcome Page

  • Login Page Login Page

  • Register Page Register Page

  • Forgot Password Page Forgot Password Page

  • Reset Password Page Reset Password Page

  • Verify Email Page Verify Email Page

  • Confirm Password Page Confirm Password Page

  • Dashboard Page Dashboard Page

  • Profile Page Profile Page

About

Template source : AdminLTE 3

License : MIT

About

Laravel Breeze Template Admin LTE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages