php-angular/thinkphp

php angular view engine for thinkphp

2.0.1 2018-04-24 08:17 UTC

This package is not auto-updated.

Last update: 2024-05-12 03:35:49 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',
],

资源教程

  1. 核心模板解析库: https://github.com/php-angular/php-angular
  2. thinkphp5: https://github.com/top-think/think