Skip to content

Xanweb/c5-js-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C5 JavaScript Cookie

Integrate JavaScript Cookie API in Concrete5 Assets System.

Official Source

Installation

Include library to your composer.json

composer require xanweb/c5-js-cookie

Usage

    $g = \Concrete\Core\Http\ResponseAssetGroup::get();
    $g->requireAsset('vendor-javascript', 'js-cookie');

Or like in Block Controller

    public function registerViewAssets($outputContent = '')
    {
        $this->requireAsset('vendor-javascript', 'js-cookie');
    }

Issues

If you have any issue regarding the JavaScript Cookie API please use JavaScript Cookie Issues Tracker.

License

The C5 JavaScript Cookie is open-sourced software licensed under the MIT license.