Parziphal / parse

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

i'm using laravel 5.5,, and when i try to do an auth, i have this error #12

Closed danm-geronimo closed 5 years ago

danm-geronimo commented 6 years ago

Exception (109) You must call ParseClient::initialize() before making any requests.

Parziphal commented 6 years ago

Sorry for the late reply. Did you make sure Parziphal\Parse\ParseServiceProvider::class is in the providers in config/app.php?

nowfalsalahudeen commented 6 years ago

already did this Parziphal\Parse\ParseServiceProvider::class is in the providers in config/app.php

but still getting error. i have attach the screenshots screenshot from 2018-03-28 16-30-43 screenshot from 2018-03-28 16-30-36

Parziphal commented 6 years ago

@nowfalsalahudeen are you getting the same error as the OP? I just tried logging in and it worked fine. The error You must call ParseClient::initialize() before making any requests. indicates that there's a missconfiguration somewhere, because if this library is being loaded correctly, ParseClient::initialize() will be called.