heloufir / digidocu

Open Source Documents Management System Built with Laravel 6

Home Page:https://nandoliyaharish.gitbook.io/digidocu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Open Source Documents Management System Built with Laravel 6

https://nandoliyaharish.gitbook.io/digidocu/

License:GNU General Public License v3.0


Languages

Language:PHP 61.8%Language:Blade 38.2%