Skip to content

Laravel Boilerplate with Mazer Dashboard Template - Bootstrap 5

Notifications You must be signed in to change notification settings

billalxcode/laravel-mazer-starter

 
 

Repository files navigation

Image

Laravel + Mazer

Mazer is a Admin Dashboard Template that can help you develop faster. We bring Mazer with Laravel starter project. It's completely free and you can use it in your projects.

Main Template

If you want to check the original template in HTML5 and Bootstrap, click here to open template repository.

Installation

  1. Clone this project

    git clone https://github.com/billalxcode/laravel-mazer-starer 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

Username: mazer

Password: password

Contributing

Feel free to contribute and make a pull request.

About

Laravel Boilerplate with Mazer Dashboard Template - Bootstrap 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 46.0%
  • PHP 22.6%
  • JavaScript 16.0%
  • Blade 15.4%