I'm working with the Alaout and Dawson package, when I get the information, I get this error. I have tried to shorten the Facades but I still can't figure it out. Here is the controller with the function
class VideoController extends Controller
{
/**
* Display a listing of the resource.
*
* @return \Illuminate\Http\Response
*/
public function index()
{
$videos = Youtube::getVideoInfo('YbIkHQVpDJ8');
return view('content.videoindex', compact('videos'));
}
/**
* Show the form for creating a new resource.
*
* @return \Illuminate\Http\Response
*/
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire