efficiently / larasset

Larasset is a library for Laravel 4, 5.0, 5.1, 5.2 and 5.3 which manage assets in an easy way
http://laravel.io/forum/07-18-2014-package-larasset-asset-pipeline-the-ultimate-front-end-tool
MIT License
67 stars 5 forks source link

Not working in lumen framework #14

Open mayken opened 9 years ago

mayken commented 9 years ago

Hi friends, how to make work for lumen?

tortuetorche commented 9 years ago

Hi @mayken,

Lumen is for API application not for a full Web application, so I don't think it's appropriate to use larasset with Lumen. On a technical side, the HTML package doesn't support Lumen yet. See: https://github.com/LaravelCollective/html/issues/41

I'm a bit curious, can you explain why you need to use larasset with Lumen?

Cheers, Tortue Torche.

tortuetorche commented 9 years ago

See also: https://github.com/vluzrmos/collective-html/pull/3

vluzrmos commented 9 years ago

I made the replacement,

please see: vluzrmos/collective-html#3

Replacing LaravelCollective/Html

tortuetorche commented 9 years ago

Copy that. I'll explain in a couple of weeks how to use Larasset with Lumen 5.1 via your vluzrmos/collective-html package.