tuguldur / notary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick Start

# Install Dependencies
composer install

# Create Database(laravel) before Migrate

# Run Migrations with seed
php artisan migrate --seed

# If you get an error about an encryption key
php artisan key:generate

Access to Dashboard

type: admin
email: admin@notary.mn
password: password
type: notary
email: notary@notary.mn
password: password
type: client
email: client@notary.mn
password: password

About


Languages

Language:PHP 51.6%Language:HTML 48.2%Language:Vue 0.2%