php-angular / thinkphp
php angular 视图引擎用于 thinkphp
2.0.1
2018-04-24 08:17 UTC
Requires
- php: >=5.4.3
- php-angular/php-angular: 2.0.*
This package is not auto-updated.
Last update: 2024-09-15 05:34:08 UTC
README
此项目是php-angular在thinkphp5中使用的驱动程序,可在tp5项目中使用composer进行安装,安装后配置模板引擎为
Angular
即可。
1. 安装composer
教程: http://www.phpcomposer.com
2. 安装驱动程序
composer require php-angular/thinkphp
3. 修改或添加项目配置文件的模板引擎为Angular
// config.php
'template' => [
'type' => 'Angular',
],
资源教程
- 核心模板解析库: https://github.com/php-angular/php-angular
- thinkphp5: https://github.com/top-think/think