DigiDocu is a free, open source document management system built with laravel. Which provide easy way to manage documents with features like permissions, resize & compress images, combine multiple images into single pdf, zip all files etc..
- 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:generate - Run
php artisan db:seed(This will generate super-admin & basic settings [required]). - Visit URL in the browser
| Username | Password |
|---|---|
| super | 123456 |
- Please explain your PR in clear language otherwise your PR may rejected.
- Contribute to documentation in
public/docsdirectory.
- DigiDocu is primary licenced under GPLv3 license.
- For Enterprise licence contact us at [email protected]
- For Hosted Solutions contact us at [email protected]
