All Projects → goodnesskay → LARAVEL-PDF-VIEWER

goodnesskay / LARAVEL-PDF-VIEWER

Licence: other
A Laravel Package for viewing PDF files or documents on the web without leaving your Web Application

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to LARAVEL-PDF-VIEWER

two-factor-authentication
Two Factor Authentication for Laravel
Stars: ✭ 21 (-73.75%)
Mutual labels:  laravel-5-package
laravel-two-factor-authentication
A two-factor authentication package for Laravel >= 8
Stars: ✭ 37 (-53.75%)
Mutual labels:  laravel-5-package
laravel-user-notifications
User notifications for Laravel 5+
Stars: ✭ 24 (-70%)
Mutual labels:  laravel-5-package
laravelmanthra
Laravel Crud Generator, I have working for years and I can tell you... It's all CRUD 💩💩💩
Stars: ✭ 27 (-66.25%)
Mutual labels:  laravel-5-package
laravel-hijri-dates
Hijri dates for Laravel
Stars: ✭ 25 (-68.75%)
Mutual labels:  laravel-5-package
laravel-email-templates
Laravel 5 database driven email templates
Stars: ✭ 23 (-71.25%)
Mutual labels:  laravel-5-package
Ngx Extended Pdf Viewer
A full-blown PDF viewer for Angular 6, 7, 8, all the way up to 11 and beyond!
Stars: ✭ 206 (+157.5%)
Mutual labels:  pdf-viewer
laravel-zend-acl
Adds ACL to Laravel via Zend\Permissions\Acl component.
Stars: ✭ 41 (-48.75%)
Mutual labels:  laravel-5-package
Open-PDF-File-Android-Example
An example project to demonstrate how to open a PDF file in Android programmatically
Stars: ✭ 57 (-28.75%)
Mutual labels:  pdf-viewer
laravel-dynamodb-session-driver
DynamoDB Session Driver for Laravel 5
Stars: ✭ 15 (-81.25%)
Mutual labels:  laravel-5-package
laratables-demo
Demo of the Laratables package
Stars: ✭ 21 (-73.75%)
Mutual labels:  laravel-5-package
shaka-php
🎞 Shaka PHP is a library that uses Shaka Packager for DASH and HLS packaging and encryption, supporting Common Encryption for Widevine and other DRM Systems.
Stars: ✭ 63 (-21.25%)
Mutual labels:  laravel-5-package
bindPDF
A friendly UI to combine multiple PDFs into a single PDF
Stars: ✭ 79 (-1.25%)
Mutual labels:  pdf-viewer
Friendships
a package for Friendships system
Stars: ✭ 45 (-43.75%)
Mutual labels:  laravel-5-package
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (+16.25%)
Mutual labels:  pdf-viewer
Rn Pdf Reader Js
📄 PDF reader in JavaScript only for Expo - Android & iOS capable
Stars: ✭ 254 (+217.5%)
Mutual labels:  pdf-viewer
flash
An easy way for Laravel flash notifications.
Stars: ✭ 14 (-82.5%)
Mutual labels:  laravel-5-package
emacs-application-framework
EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
Stars: ✭ 2,454 (+2967.5%)
Mutual labels:  pdf-viewer
laravel-form-builder
laravel专用表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,树型,文件/图片上传等功能。
Stars: ✭ 59 (-26.25%)
Mutual labels:  laravel-5-package
Laravel-pushover
A Laravel wrapper for Pushover. Pushover makes it easy to get real-time notifications on your Android, iPhone, iPad, and Desktop (Pebble, Android Wear, and Apple watches, too!)
Stars: ✭ 49 (-38.75%)
Mutual labels:  laravel-5-package

Laravel PDF VIEWER

Latest Stable Version License Build Status

This package is meant to help with viewing portable document file(PDF) on the web seamlessly when developing with Laravel. The package makes use of ViewerJS

Requirement

Installation

To install into your project, run the command below in your terminal.

composer require goodnesskay/laravelpdfviewer

Once the package is done being installed, register the service provider. Open config/app.php and add the following to the providers key.

Goodnesskay\LaravelPdfViewer\LaravelPdfViewerServiceProvider::class,

Configure

Run this in your terminal:

php artisan vendor:publish --provider="Goodnesskay\LaravelPdfViewer\LaravelPdfViewerServiceProvider" 

It will publish a folder named laraview to the root folder of your project.

How it Works

Simple!!! After installations and configurations have been carried out successfully, add the code below to your html file

{{ asset('/laraview/#../folder-name/the-pdf-file.pdf') }}

It should look like this:

<iframe src ="{{ asset('/laraview/#../pdf/test.pdf') }}" width="1000px" height="600px"></iframe>

Then, you should have something like this:

Goodness Kayode Laravel-pdfviewer

Note:

After #../ in {{ asset('/laraview/#../folder-name/the-pdf-file.pdf') }}, what should follow is the folder name of the pdf files in the public folder then, the pdf file name can follow.

Contribute

You can fork this package, contribute and submit a pull request. I will really love it.

You want to appreciate me?

You can appreciate me by starring this repository and follow me on Github , twitter and subscribe to my Youtube Channel!

I love you like mad.

Goodness Kayode | Pusher of Codes

License

MIT License (MIT).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].