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-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
Feel free to contribute and make a pull request.