2017 © Pedro Peláez
 

library smarty

smarty template engine for laravel4

image

comnect/smarty

smarty template engine for laravel4

  • Monday, October 13, 2014
  • by ytake
  • Repository
  • 0 Watchers
  • 0 Stars
  • 201 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

smarty template engine for laravel4

This Project Has Been Deprecated

new Laravel.Smarty Project -> Laravel.Smarty

Build Status Latest Stable Version Total Downloads HHVM Status License, (*1)

install 導入方法

for Laravel4.2

    "require": {
        "comnect/smarty": "2.*"
    },

for Laravel4.1

    "require": {
        "comnect/smarty": "1.*"
    },

Basic

smarty template for laravel4, (*2)

laravel4でsmartyを使用できます。
bladeの構文をそのまま使用することができ、
それに加え、View Facadeを通じてsmartyのmethodはすべて利用可能です。
easily use all the methods of smarty, (*3)

required array short syntax!

// laravel4 blade template render
View::make('template', ['hello']);
// use smarty method
View::assign('word', 'hello');  
View::clearAllAssign(); // smarty method

Artisan

キャッシュクリア、コンパイルファイルの削除がコマンドラインから行えます。
smarty's cacheclear, remove compile class from Artisan(cli), (*4)

cache clear

$ php artisan comnect:smarty-cacheclear

Options:
--file (-f) specify file
--time (-t) clear all of the files that are specified duration time, (*5)

remove compile class

$ php artisan comnect:smarty-clear-compiled

Options:
--file (-f) specify file, (*6)

usage 使い方

install後、 app/config配下のapp.phpのproviders配列に以下のnamespaceを追加してください。
add providers, (*7)

'Comnect\Smarty\SmartyServiceProvider'

configファイルをpublishします。
publish configure, (*8)

$ php artisan config:publish comnect/smarty

app/config/packages配下に追加されます。
publish to app/config/packages, (*9)

views配下にsmartyファイルがあればそれをテンプレートと使用し、
なければ通常通りbladeテンプレートかphpファイルを使用します。, (*10)

smartyテンプレート内にも{{app_path()}}等のヘルパーそのまま使用できます。
その場合、delimiterをbladeと同じものを指定しない様にしてください。, (*11)

configファイルでこれらの指定が可能です。, (*12)

sample

layout.sample
layout.extends.sample, (*13)

The Versions

13/10 2014

dev-master

9999999-dev

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

13/10 2014

4.2.x-dev

4.2.9999999.9999999-dev

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

13/10 2014

2.0.1

2.0.1.0

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

13/10 2014

4.1.x-dev

4.1.9999999.9999999-dev

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

13/10 2014

1.0.1

1.0.1.0

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

18/09 2014

1.0.0

1.0.0.0

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty

18/09 2014

2.0.0

2.0.0.0

smarty template engine for laravel4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yuuki Takezawa

laravel template smarty