Download the PHP package samplecms/tp5_theme without Composer
On this page you can find all versions of the php package samplecms/tp5_theme. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tp5_theme
tp5_theme
安装 composer require samplecms/tp5_theme
事例
<?php
namespace app\index\controller;
use tp\theme\Theme;
class Index extends Theme
{
public $theme = 'default';
public function index()
{
return $this->make('index');
}
}
主题对应文件 public/themes/default/index/index/index.html
如有问题请在微博中 @太极拳那点事儿 http://weibo.com/sunkangchina
All versions of tp5_theme with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package samplecms/tp5_theme contains the following files
Loading the files please wait ....