Skip to content

harish81/digidocu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

787e1d6 · Oct 13, 2021

History

48 Commits
Mar 20, 2021
Oct 13, 2021
Dec 8, 2019
Apr 10, 2021
Jan 26, 2020
Oct 16, 2020
Oct 13, 2021
Dec 8, 2019
Apr 10, 2021
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Dec 8, 2019
Apr 10, 2021
Oct 13, 2021
Dec 8, 2019
Dec 8, 2019
Dec 10, 2019
Dec 8, 2019
Dec 8, 2019

Repository files navigation

image

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 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
  2. Developer Documentation

Contribution

  • Please explain your PR in clear language otherwise your PR may rejected.
  • Contribute to documentation in public/docs directory.

Licence

Solutions