PHP Classes

How to implement in Laravel

Recommend this page to a friend!

      PHP PDF to Text  >  All threads  >  How to implement in Laravel  >  (Un) Subscribe thread alerts  
Subject:How to implement in Laravel
Summary:Laravel, PhpToText
Messages:3
Author:Raul Castro
Date:2017-05-16 15:58:45
 

  1. How to implement in Laravel   Reply   Report abuse  
Picture of Raul Castro Raul Castro - 2017-05-16 15:58:46
Hi, have a problem. how to implement in laravel?

  2. Re: How to implement in Laravel   Reply   Report abuse  
Picture of Christian Vigh Christian Vigh - 2017-05-16 16:03:13 - In reply to message 1 from Raul Castro
Well, to tell the truth, I don't know Laravel and I don't know which are the prerequisites to integrate new classes in this framework.

  3. Re: How to implement in Laravel   Reply   Report abuse  
Picture of Raul Castro Raul Castro - 2017-05-16 17:07:48 - In reply to message 2 from Christian Vigh
Thank you, I have managed to solve it. I put the file in the same folder where I have my class, in my class I put

include ('PhpToText.phpclass');
$pdf = new \PdfToText ();

I hope someone else will help you.