Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/harish81/digidocu
- Owner: harish81
- License: gpl-3.0
- Created: 2019-12-08T02:50:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T13:43:24.000Z (10 months ago)
- Last Synced: 2024-05-28T06:25:15.286Z (7 months ago)
- Topics: database, digital-document, document-management-system, documents-manager, image-manipulation, laravel, php
- Language: PHP
- Homepage: https://nandoliyaharish.gitbook.io/digidocu/
- Size: 3.49 MB
- Stars: 103
- Watchers: 7
- Forks: 63
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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])