You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
I am trying to implement this library, but I'm having some problems.
When accessing the route domain.com/v1/pushPackages/web.com.domain, I get the following error:
ErrorException in PackageGenerator.php line 63:
mkdir(): No such file or directory
In the example controller the method accepts a variable $userId. But in the url, there is no place to accept this parameter. Should it be a URL parameter?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
I am trying to implement this library, but I'm having some problems.
When accessing the route domain.com/v1/pushPackages/web.com.domain, I get the following error:
ErrorException in PackageGenerator.php line 63:
mkdir(): No such file or directory
In the example controller the method accepts a variable $userId. But in the url, there is no place to accept this parameter. Should it be a URL parameter?
The text was updated successfully, but these errors were encountered: