List all pdf files inside a directory in a html table view
The idea behind this small project was to implement a simple way to search a collection of PDF files in the web browser.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- PHP
- Bower
-
Clone the project
-
Install the project dependencies listed in bower.json
bower install
- Define the path to your PDF files directory in config.php
<?php
define('PATH', 'pdf_files');
- Run the PHP built-in web server
cd pdf-explorer
php -S localhost:8000
- Miroslav Vidović - miroslavvidovic
This project is licensed under the MIT License - see the LICENSE.md file for details