PHP code example of blackho1e / adminlte-asset
1. Go to this page and download the library: Download blackho1e/adminlte-asset 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/ */
blackho1e / adminlte-asset example snippets
// @app/views/layouts/main.php
\blackho1e\adminlte\assets\AdminLteAsset::register($this);
// further code
// @app/assets/AppAsset.php
public $depends = [
'blackho1e\adminlte\assets\AdminLteAsset',
// more dependencies
];
$ php composer.phar