PHP code example of silex-spear / adminlte
1. Go to this page and download the library: Download silex-spear/adminlte 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/ */
silex-spear / adminlte example snippets
$this->register(new \Spear\AdminLTE\Provider());
return $this->twig->render('admin/home.twig', [
'shortTitle' => 'SSA',
'title' => 'Silex Spear Admin'
]);
php composer.phar create-project silex-spear/skeleton myProject dev-master