2017 © Pedro Peláez
 

library laravel-smarty

laravel + smarty from cc

image

double-c/laravel-smarty

laravel + smarty from cc

  • Thursday, March 8, 2018
  • by Double-c
  • Repository
  • 1 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 175 % Grown

The README.md

Laravel 5.5 + Fis3 静态资源管理系统

安装

composer require double-c/laravel-smarty

配置

  • config/app.php 文件中配置:
    'providers' => array(
        // ...
        double-c\Smarty\SmartyServiceProvider::class,
    )
  • 执行发布配置文件:php artisan vendor:publish --provider="DoubleC\Smarty\SmartyServiceProvider" --tag=config --tag=plugins

使用

  • 加入providers:
  • 假设有模板文件views/blog/post.tpl,那controller中是这样渲染的,View::make('blog.post')
  • 关于 {include}{extends} 标签的参数传递, 需要使用全路径的写法, 例如: {extends file="blog/post.tpl"}

配置项解释

  • 模板放置路径:template_path
  • 模板缓存路径:cache_path
  • 模板编译路径:compile_path
  • fis3 产出的namespace-map.json 放置路径:configs_paths

The Versions

08/03 2018

dev-master

9999999-dev

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.6

1.0.6.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.5

1.0.5.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.4

1.0.4.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.3

1.0.3.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.2

1.0.2.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.1

1.0.1.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty

08/03 2018

1.0.0

1.0.0.0

laravel + smarty from cc

  Sources   Download

MIT

The Requires

 

by Avatar chenchao

laravel smarty view fis fis smarty