Do the instructions in that repo not help? Have you installed it via composer?
Mar 16, 2018
7
Level 1
install php package inside laravel framework
Hi , i'm trying to install a php package into laravel website how can integrate this package with laravel ? what I need to do ? any help please ?
Level 67
It still installs the same way via composer so the classes will be autoloaded. You can make your own aliases, or just use it manually like the docs show by using use statements for the classes, or create a service provider.
1 like
Please or to participate in this conversation.