定制 vtalbot/coffee 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

vtalbot/coffee

最新稳定版本:1.2.1

Composer 安装命令:

composer require vtalbot/coffee

包简介

CoffeeScript compiler for Laravel 4 (Illuminate)

README 文档

README

Build Status

Installation

Run php artisan config:publish ellicom/coffee

Then edit config.php in app/packages/ellicom/coffee to your needs.

Add 'Ellicom\Coffee\CoffeeServiceProvider', to providers in app/config/app.php and 'Coffee' => 'Ellicom\Coffee\Facades\Coffee', to aliases in app/config/app.php

Usage

<script src="js/test.js"></script>

If js/test.js doesn't exists in the public directory, it will search for test.coffee in app/coffee directory. If found, compile it if needed and return the result.

Todo

Add tests.

统计信息

  • 总下载量: 3.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-22