php-angular / thinkphp
php angular view engine for thinkphp
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/php-angular/thinkphp
Requires
- php: >=5.4.3
- php-angular/php-angular: 2.0.*
This package is not auto-updated.
Last update: 2025-12-21 12:20:07 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