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.
Sponsored by |
---|
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: user@gmail.com
Password: password
Feel free to contribute and make a pull request.