How to use URLify in custom package?
Permalink
Ok, I ran into a problem. How can I use libraries under packages.
URLify::filter($txt) gives me an not-found error when tried to run it in package's php -file.
So how do I run URLify:filter in my custom package?
URLify::filter($txt) gives me an not-found error when tried to run it in package's php -file.
Class 'Concrete\Package\Globalevents\Src\Service\URLify' not found
So how do I run URLify:filter in my custom package?
Forgot this from the beginning of the code:
use URLify;