Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.43 KB

cakephp-youtube

LICENSE packagist issues CakePHP

YouTube plugin for CakePHP

Installation

You can install cakephp-youtube into your project using Composer.

composer require smartsolutionsitaly/cakephp-youtube

Setup

Insert at the bottom of your src/Application.php file the following line:

$this->addPlugin('SmartSolutionsItaly/CakePHP/YouTube');

And add or edit the method initialize in your Table classes.

public function initialize(array $config)
{
    parent::initialize($config);
    
    $this->addBehavior('SmartSolutionsItaly/CakePHP/YouTube.YouTube');
}

License

Licensed under The MIT License For full copyright and license information, please see the LICENSE Redistributions of files must retain the above copyright notice.

Copyright

Copyright (c) 2019 Smart Solutions S.r.l. (https://smartsolutions.it)