The Ragnarok boilerplate is a quick starter template written in the DDD approach for all your project ideas. The boilerplate contains the following features:
- Announcements
- User Management
- Role Management
- Profile Settings
- Log overview
- API key management
Currently the Ragnarok boilerplate is synchronized with the Laravel 8.2.0 starter template.
This project is using Laravel 8.* and Database MySQL. Several things need to setup like creating the key, setup the environment database login, etc.
Here is how to use this project step by step:
- After you clone this repo, don't forget to do (Make sure you install composer first, refer here):
composer install
- Setup your environment, copy the .env.example to .env, and filling those credential database.
- After you do the install composer, do the following
php artisan key:generate
- Then do migrate and seeding the database with
php artisan migrate:refresh --seed
- After you done those steps, time to serving the laravel by using
php artisan serve
- Then go to your browser (by default it would using port 8000), so you can access with
localhost:8000/home
There is some login credential that currently we can use based on:
U: [email protected]
P: password
U: [email protected]
P: password
U: [email protected]
P: password
This project is using Laravel 8.* and Database MySQL. Several things need to setup like creating the key, setup the environment database login, etc.
Here is how to use this project step by step:
- After you clone this repo, don't forget to do (Make sure you install composer first, refer here):
composer install
- Setup your environment, copy the .env.example to .env, and filling those credential database.
- After you do the install composer, do the following
php artisan key:generate
- Then do migrate and seeding the database with
php artisan migrate:refresh --seed
- After you done those steps, time to serving the laravel by using
php artisan serve
- Then go to your browser (by default it would using port 8000), so you can access with
localhost:8000/home
There is some login credential that currently we can use based on:
U: [email protected]
P: password
U: [email protected]
P: password
U: [email protected]
P: password
If you discover a security vulnerability within Laravel, please send an e-mail to Tim Joosten via [email protected]. All security vulnerabilities will be promptly addressed.
The Laravel framework and Ragnarok is open-sourced software licensed under the MIT license.