Skip to content
forked from Zakmes/Ragnarok

Laravel 8.* starter template build up in an DDD approach

Notifications You must be signed in to change notification settings

Batisska/Ragnarok

 
 

Repository files navigation

Documentation | Contributors

About Ragnarok Boilerplate

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

Synchronization

Currently the Ragnarok boilerplate is synchronized with the Laravel 8.2.0 starter template.

How To Use

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

Default Login Credentials

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

How To Use

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

Default Login Credentials

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

Security Vulnerabilities

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.

License

The Laravel framework and Ragnarok is open-sourced software licensed under the MIT license.

About

Laravel 8.* starter template build up in an DDD approach

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.8%
  • Blade 30.0%
  • Shell 0.2%