for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is part of the Laravel PDF VIEWER package.
*
* (c) Gooodness Kayode <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Goodnesskay\LaravelPdfViewer;
use Illuminate\Support\ServiceProvider;
class LaravelPdfViewerServiceProvider extends ServiceProvider
{
/**
* Bootstrap the application services.
* @return void
public function boot()
$this->publishes([
__DIR__.'../laraview' => public_path('public'),
], 'public');
}
* Register the application services.
public function register()
//