Laravel 11 Mazer is an Admin Dashboard Template and upgraded version from previous references and some fixes included.
-
Clone this project
git clone https://github.com/J3ndra/laravel-11-mazer laravel-mazer cd laravel-mazer
-
Install dependencies
composer install
And javascript dependencies
yarn install && yarn dev #OR npm install && npm run dev
-
Set up Laravel configurations
copy .env.example .env php artisan key:generate
-
Set your database in .env
-
Migrate database
php artisan migrate --seed
-
Serve the application
php artisan serve
-
Login credentials
Email : [email protected] Password : password
- Login, Register
- Edit profile and password
- Light / Dark mode
- Remove unused code
- Added more plugin from original Mazer