ThatGuySam / facebook-live-embed-php

Gets current or latest live stream from a Facebook page
MIT License
22 stars 4 forks source link

[QUESTION] How can I use this util with Laravel? #6

Closed guillermo7227 closed 4 years ago

guillermo7227 commented 4 years ago

How can I use this util with Laravel? Thanks

ThatGuySam commented 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/