2

I'm working for a solution for days on how to include the PHPCrawl library into Laravel 5.

Here is the installation guide: http://phpcrawl.cuab.de/quickstart.html

I tried to load it from a new Namespace called Libraries but I have to add that namespace to all the files included in the library -> it crashes on abstract classes.

I also tried to add it in the composer.json, still no luck.

Can anybody provide me with a solution?

1
  • 1
    I have not looked at the lib but it sounds like it is not built for composer and you would need to manually generate the manifest(s) file for that library if you wish for it to be installed in laravel using standard methods Commented Dec 8, 2016 at 22:30

1 Answer 1

3

I would recommend Composer. I'm not sure what you added to your composer.json file, but you can run composer require mmerian/phpcrawl on the command line to pull in this PHPCrawl composer package. Looks to be the most popular (current) Composer version of that library.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.