Digidocu provide simple & easy installation.
Download the latest release from herearrow-up-right or clone repository.
Run composer install.
composer install
Copy & setup .env file.
.env
Create database & Change DB_DATABASE in .env.
DB_DATABASE
Migrate the Database php artisan migrate.
php artisan migrate
Run php artisan key:generate
php artisan key:generate
Run php artisan db:seed (This will generate super-admin & basic settings [required]).
php artisan db:seed
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
Laravel 6arrow-up-right
If there is any issue with the installation, please report us at github issuearrow-up-right.
Last updated 4 years ago