CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
489 stars 53 forks source link

Fix: Class 'Controller' not found #207

Closed anishdcruz closed 9 years ago

anishdcruz commented 10 years ago

Asset Pipline Issue Laravel 4.3 dev branch Class 'Controller' not found

[Fix] use Illuminate\Routing\Controller;

instead of use Controller;

in vendor/codesleeve/asset- pipeline/src/controllers/AssetPipelineController.php