Skip to content

Open Source Documents Management System Built with Laravel 6

License

Notifications You must be signed in to change notification settings

SHJordan/digidocu

 
 

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

About

Open Source Documents Management System Built with Laravel 6

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 61.3%
  • Blade 38.7%