AFO WebDev
AFO WebDev
Same problem here... one year later and nobody replied? How disappointing...
Same problem here, running PHP 8.1. The readme suggest that this works above PHP 7.2, so the package.json needs to be updated...
Also, "remarkable-bootstrap-notify" has not been updated in 8 years... perhaps it would be time to simply show bootstrap toasts.
Essentially ACLs are needed... who can upload, who cannot... when you have a basic user system with Symfony.
We managed to do ACLs using the following method: 1. Inject user roles via CustomService (however your documentation is a bit wrong, it should be using TokenStorageInterface) 2. Subscribe to...