eahlys / EdPaper

Helps you organizing your paperwork

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EdPaper

EdPaper is a laravel-php driven Document organizer made for PDFs. They are stored on your server (unencrypted, beware !) You'll need composer and PHP (5 or 7).

Run a composer install/php composer install(depends of your configuration) within the app root path (you'll need composer)

Rename .env.example to .env and run php artisan key:generate from the app's root path.

Open .env and fill it with your database details and your Google's reCaptcha site and secret key (otherwise users won't be able to register).

Run php artisan migrate from the app's root path, and you're all done.

You just have to create an apache/nginx vhost (site root must me the public folder).

About

Helps you organizing your paperwork

License:MIT License


Languages

Language:PHP 68.5%Language:HTML 31.1%Language:Vue 0.4%