Anahkiasen / polyglot

Laravel localization and translation helper
130 stars 22 forks source link

Not work under Workbench #24

Closed alvaro-canepa closed 9 years ago

alvaro-canepa commented 10 years ago

I have the models Content and ContentLang (http://pastebin.com/725xtXex) I made the "composer dump-autoload" But when I try to access to the main package "Teros/Content" (using Orchestra Platform) I get "Class 'ContentLang' not found". I need to create a Facade for the model ContentLang too?

alvaro-canepa commented 10 years ago

I still have this problem. Any help?

thanks

fiveanddone commented 9 years ago

This is an old post but I ran into something similar.

I was able to get my test working by following this link:

https://github.com/laravel/framework/issues/1181

Anahkiasen commented 9 years ago

Will reopen if this is still occurring.