Stolz / Assets

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class stolz.assets.group.default does not exist

eleftrik opened this issue · comments

Today, after running composer update, I got this exception:

Class stolz.assets.group.default does not exist

in ..../vendor/laravel/framework/src/Illuminate/Container/Container.php

I'm using Laravel 4.2.18, with LegacyServiceProvider. I think this error has been running since commit d3ebca4

I temporarily fixed updating my composer.json this way:

"stolz/assets": "dev-master#6c1a4c264567b23be5b7821c7a72ad4108f870e3",

Thank you

commented

@eleftrik , it should be fixed now

Hi @Stolz, I'll try as soon as possible. Thank you so much!