Installation
Digidocu provide simple & easy installation.
Steps
Download the latest release from here or clone repository.
Run
composer install.Copy & setup
.envfile.Create database & Change
DB_DATABASEin.env.Migrate the Database
php artisan migrate.Run
php artisan key:generateRun
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?