timegridio / timegrid

Free, open-source, online appointments platform based on Laravel PHP Framework.
GNU Affero General Public License v3.0
958 stars 337 forks source link

Fatal error: Uncaught Error: Class 'Propaganistas\LaravelIntl\IntlServiceProvider' not found #190

Closed chen890 closed 4 years ago

chen890 commented 5 years ago

Fatal error: Uncaught Error: Class 'Propaganistas\LaravelIntl\IntlServiceProvider' not found what should be the problem?

chen890 commented 5 years ago

@alariva

alariva commented 5 years ago

Hi, a fresh install from the master branch should not throw that error.

chen890 commented 5 years ago

@alariva can you show it to me? I'm kind a new at this... I did it step by step like in this manual: https://github.com/timegridio/timegrid/blob/master/INSTALLING.md

alariva commented 5 years ago

Make sure that the Propaganistas\LaravelIntl\IntlServiceProvider is not listed in config/app.php in providers section. It shouldn't be installed. If it is, that's not a fresh install of timegrid.