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/billalxcode/laravel-mazer-starer 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
Username: mazer
Password: password
Feel free to contribute and make a pull request.