Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.46 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.46 KB

Laravel Breeze Blade + Mazer Admin Dashboard

This project is an example of using Laravel Breeze Blade with Mazer Admin Dashboard.

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 npm install && npm run dev

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 Mazer Admin Dashboard 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 : Mazer Admin Dashboard

License : MIT