manelpm10 / Silex-MVC-Example-with-Auth

Silex MVC Example with Auth using MySQL database.
MIT License
34 stars 7 forks source link

Class not found #3

Open anthonygreco opened 10 years ago

anthonygreco commented 10 years ago

PHP Fatal error: Class 'SilexAssetic\AsseticExtension' not found in /Silex-MVC-Example-with-Auth/src/app.php on line 80

Everything seems to be in order. Commenting out the assetic stuff loads the page, but obviously, we need that to work for our js and css.

https://gist.github.com/anthonygreco/19347723a7aa43dfba05

visual74 commented 9 years ago

Same error here!

jamestylerpatton commented 9 years ago

Try replacing 'AsseticExtension' with 'AsseticServiceProvider' in your app.php