Installation
Last updated
Last updated
Digidocu provide simple & easy installation.
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 |
---|---|
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 issue.
super
123456