Stars: 162
Forks: 57
Pull Requests: 11
Issues: 9
Watchers: 5
Last Updated: 2023-06-01 07:25:30
Laravel Boilerplate with Mazer Dashboard Template - Bootstrap 5
License:
Languages: Shell, PHP, Blade, Dockerfile
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.
If you want to check the original template in HTML5 and Bootstrap, click here to open template repository.
Clone this project
git clone https://github.com/zuramai/laravel-mazer
cd laravel-mazerInstall dependencies
composer installAnd javascript dependencies
yarn install && yarn dev
#OR
npm install && npm run devSet up Laravel configurations
copy .env.example .env
php artisan key:generateSet your database in .env
Migrate database
php artisan migrate --seedServe the application
php artisan serveLogin credentials
Email: [email protected]
Password: password
Feel free to contribute and make a pull request.