PHP code example of concretecms / composer
1. Go to this page and download the library: Download concretecms/composer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
concretecms / composer example snippets
use function Concrete5\Composer\mixAsset;
...
class PageTheme extends Theme
{
public function registerAssets()
{
$this->
use function Concrete5\Composer\mixAsset;
...
class Controller extends BlockController
{
public function registerViewAssets()
{
$this->
use function Concrete5\Composer\mix;