Skip to content
forked from anodyne/nova3

Next generation online RPG management software

Notifications You must be signed in to change notification settings

a-keramat/nova3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova NextGen

Actions Status

Installation

cp .env.example .env

Start by updating the .env file with the correct database credentials. At a minimum, you'll need to update the DB_CONNECTION, DB_USER, and DB_PASSWORD items. This step must be done first!

Next, run the following sets of commands:

composer install

php artisan key:generate --ansi
php artisan migrate:fresh --seed

yarn install && yarn dev

Note: You should be able to use npm in place of yarn.

Staying In Sync

git pull origin dev

composer dump
composer install

yarn install && yarn dev

php artisan nova:refresh

About

Next generation online RPG management software

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.6%
  • Vue 35.4%
  • HTML 2.9%
  • Dockerfile 0.1%