Stolz / Assets

An ultra-simple-to-use assets management library for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't get this to install.

thomas-frantz opened this issue · comments

As per the instructions, I've executed:

composer require stolz/assets

However, when

'Stolz\Assets\Laravel\ServiceProvider',

Exists within the providers array, I get this when doing composer update/install:

generating autoload files

"type": Symfony\\Component\\Debug\\Exception\\FatalErrorException

"message": Call to undefined method Stolz\\Assets\\Laravel\\ServiceProvider::mergeConfigFrom()

"file": vendor\\stolz\\assets\\src\\Laravel\\ServiceProvider.php (line 17)

Script php artisan clear-compiled handling the post-update-cmd event returned with an error

(cleaned it up some out of the just plain json it provides.)

Any help would be appreciated, I'm using Laravel 4.2

commented

@Coreinsanity, please read previous issue for instructions for Laravel 4

I actually had just found that, having a look now, thanks!

Also, you should really note this in the readme lol (at least I don't think I missed it). I initially checked issues on here but never saw that come up (open ones only, I guess)