Closed guillermo7227 closed 4 years ago
You would simply install it to a folder that makes sense for you and require it with the following
require_once __DIR__ . 'path/to/folder/GetFacebookLiveStream.php';
Here's an article on using non-composer dependendencies in Laravel https://likegeeks.com/install-and-use-non-composer-laravel-packages/
How can I use this util with Laravel? Thanks