Parziphal / parse

Parse with an Eloquent-like interface for Laravel
MIT License
17 stars 13 forks source link

installation problem #8

Closed mohamedbelhassen closed 7 years ago

mohamedbelhassen commented 7 years ago

I folowed the setup instructions, but the process fails :+1:

class Parziphal\Parse\ParseServiceProvider not found

Please tell me how to proceed step by step using a freshly installed Laravel website.

Cordially, M.B

Parziphal commented 7 years ago

I'm sure the cause lies beyond the scope of the library, so I don't know what could be causing such error. It could be:

I haven't tested the library with Laravel 5.5. I'll have to check on this.

mohamedbelhassen commented 7 years ago

Could you please share an empty Laravel Project (5.4) in which the library is correctly set?

Parziphal commented 7 years ago

Uh sorry, I didn't see your last reply earlier. I'll make the tests right now. But I was wondering, did you install the library, i.e. did you run composer require parziphal/parse?

mohamedbelhassen commented 7 years ago

I would like to thank you for the quick assistance. I did not executed the mentioned instruction (composer require parziphal/parse). I kindly request you to mention this instruction in the beginning of the setup section in order to easily assist beginners like me :).

Parziphal commented 7 years ago

You're right, I will include it in the readme. Thanks~