Skip to content

J3ndra/laravel-11-mazer

Repository files navigation

Laravel 11 Mazer Dashboard

Mazer Screenshot

Laravel 11 Mazer is an Admin Dashboard Template and upgraded version from previous references and some fixes included.

Installation

  1. Clone this project

    git clone https://github.com/J3ndra/laravel-11-mazer laravel-mazer
    cd laravel-mazer
  2. Install dependencies

    composer install

    And javascript dependencies

    yarn install && yarn dev
    
    #OR
    
    npm install && npm run dev
  3. Set up Laravel configurations

    copy .env.example .env
    php artisan key:generate
  4. Set your database in .env

  5. Migrate database

    php artisan migrate --seed
  6. Serve the application

    php artisan serve
  7. Login credentials

    Email    : [email protected]
    Password : password

Features

  • Login, Register
  • Edit profile and password
  • Light / Dark mode

References

Todo

  • Remove unused code
  • Added more plugin from original Mazer

Gallery

Mazer Dashboard Screenshot

Mazer Profile Screenshot

Mazer Login Screenshot

About

Laravel 11 admin dashboard starter using Mazer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published