Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harish81/digidocu

Open Source Documents Management System Built with Laravel 6
https://github.com/harish81/digidocu

database digital-document document-management-system documents-manager image-manipulation laravel php

Last synced: 5 days ago
JSON representation

Open Source Documents Management System Built with Laravel 6

Awesome Lists containing this project

README

        

![image](public/docs/.gitbook/assets/digidocu_mokup.jpg)
# DigiDocu
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..

## Installation
1. Download the latest release from [here](https://github.com/harish81/digidocu/releases) or clone repository.
2. Run `composer install`.
3. Copy & setup `.env` file.
4. Create database & Change `DB_DATABASE` in `.env`.
5. Migrate the Database `php artisan migrate`.
6. Run `php artisan key:generate`
7. Run `php artisan db:seed` (This will generate super-admin & basic settings [required]).
8. Visit URL in the browser

##### Default Login Credential for super admin
| Username | Password |
|----------|----------|
| super | 123456 |

## Documentation
1. [User Documentation](https://nandoliyaharish.gitbook.io/digidocu/user)
2. [Developer Documentation](https://nandoliyaharish.gitbook.io/digidocu/dev)

## Contribution
- Please explain your PR in clear language otherwise your PR may rejected.
- Contribute to documentation in `public/docs` directory.

## Licence
- DigiDocu is primary licenced under [GPLv3 license](https://github.com/harish81/digidocu/blob/master/LICENSE).
- For Enterprise licence contact us at [[email protected]](mailto:[email protected])

## Solutions
- For Hosted Solutions contact us at [[email protected]](mailto:[email protected])