samplecms/tp5_theme

thinkphp5 theme

Installs: 40

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Type:theme

v2.0 2016-06-16 06:13 UTC

This package is not auto-updated.

Last update: 2024-05-17 20:06:43 UTC


README

安装 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