Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuramai/laravel-mazer
Laravel Boilerplate with Mazer Dashboard Template - Bootstrap 5
https://github.com/zuramai/laravel-mazer
bootstrap laravel laravel-boilerplate laravel-starter-kit template
Last synced: 1 day ago
JSON representation
Laravel Boilerplate with Mazer Dashboard Template - Bootstrap 5
- Host: GitHub
- URL: https://github.com/zuramai/laravel-mazer
- Owner: zuramai
- Created: 2021-01-24T13:25:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:02:25.000Z (7 months ago)
- Last Synced: 2024-10-12T07:11:01.141Z (3 months ago)
- Topics: bootstrap, laravel, laravel-boilerplate, laravel-starter-kit, template
- Language: PHP
- Homepage:
- Size: 17.8 MB
- Stars: 220
- Watchers: 5
- Forks: 73
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Image](https://raw.githubusercontent.com/zuramai/laravel-mazer/main/screenshot.png)
Mazer + Laravel Jetstream
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
## Main Template
If you want to check the original template in HTML5 and Bootstrap, [click here](https://github.com/zuramai/mazer) to open template repository.## Installation
1. Clone this project
```bash
git clone https://github.com/zuramai/laravel-mazer
cd laravel-mazer
```
2. Install dependencies
```bash
composer install
```
And javascript dependencies
```bash
yarn install && yarn dev#OR
npm install && npm run dev
```3. Set up Laravel configurations
```bash
copy .env.example .env
php artisan key:generate
```4. Set your database in .env
5. Migrate database
```bash
php artisan migrate --seed
```6. Serve the application
```bash
php artisan serve
```7. Login credentials
**Email:** [email protected]
**Password:** password
## Contributing
Feel free to contribute and make a pull request.