2017 © Pedro Peláez
 

library coffee

CoffeeScript compiler for Laravel 4 (Illuminate)

image

vtalbot/coffee

CoffeeScript compiler for Laravel 4 (Illuminate)

  • Friday, October 31, 2014
  • by vtalbot
  • Repository
  • 2 Watchers
  • 8 Stars
  • 3,833 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 2 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

CoffeeScript Compiler for Laravel 4

Installation

Add to your composer.json those lines, (*1)

"require": {
    "vtalbot/coffee": "1.*"
}

Run php artisan config:publish vtalbot/coffee, (*2)

Then edit config.php in app/config/packages/vtalbot/coffee to your needs., (*3)

Add 'VTalbot\Coffee\CoffeeServiceProvider', to providers in app/config/app.php and 'Coffee' => 'VTalbot\Coffee\Facades\Coffee', to aliases in app/config/app.php, (*4)

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., (*5)

Coffee::make('file-in-coffee-directory');

The Versions

31/10 2014

dev-master

9999999-dev

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

31/10 2014

1.2.1

1.2.1.0

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

20/09 2014

1.2

1.2.0.0

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

05/07 2014

1.1.2

1.1.2.0

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

22/01 2013

1.1.1

1.1.1.0

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

22/01 2013

1.1

1.1.0.0

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee

15/12 2012

dev-develop

dev-develop

CoffeeScript compiler for Laravel 4 (Illuminate)

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel illuminate coffeescript coffee