Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Digidocu provide simple & easy installation.
Download the latest release from 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
super
123456
You will need to make sure your server meets the following requirements:
PHP >= 7.2.0
If there is any issue with the installation, please report us at github .