Download the PHP package vtalbot/coffee without Composer
On this page you can find all versions of the php package vtalbot/coffee. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vtalbot/coffee
More information about vtalbot/coffee
Files in vtalbot/coffee
Download vtalbot/coffee
More information about vtalbot/coffee
Files in vtalbot/coffee
Vendor vtalbot
Package coffee
Short Description CoffeeScript compiler for Laravel 4 (Illuminate)
License MIT
Package coffee
Short Description CoffeeScript compiler for Laravel 4 (Illuminate)
License MIT
Please rate this library. Is it a good library?
Informations about the package coffee
CoffeeScript Compiler for Laravel 4 (Illuminate)
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.
All versions of coffee with dependencies
PHP Build Version
Package Version
The package vtalbot/coffee contains the following files
Loading the files please wait ....