Installation
Digidocu provide simple & easy installation.
Steps
Download the latest release from here or clone repository.
Run
composer install
.Copy & setup
.env
file.Create database & Change
DB_DATABASE
in.env
.Migrate the Database
php artisan migrate
.Run
php artisan key:generate
Run
php artisan db:seed
(This will generate super-admin & basic settings [required]).Visit URL in the browser
Default Login Credential for super admin
Username
Password
super
123456
System Requirement
You will need to make sure your server meets the following requirements:
PHP >= 7.2.0
Support
If there is any issue with the installation, please report us at github issue.
Last updated
Was this helpful?