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 was 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?
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?