Slug icon indicating copy to clipboard operation
Slug copied to clipboard

Slugging for CakePHP

Results 5 Slug issues
Sort by recently updated
recently updated
newest added

The exception if the DB field is missing is mostly a "in your face" notice for the developer. The slug field should always have a fixed length. If it doesn't...

Running our tests on Scrutinizer-ci.com has shown this issue with 7.4 ``` Trying to access array offset on value of type null in [/home/scrutinizer/build/vendor/muffin/slug/src/Model/Behavior/SlugBehavior.php, line 119] ```

I was wondering if it could be possible to create slug from associated data fields? I can't success to do it, I guess slug can only be created from entity...

We have one special case in which we need to take the english translation instead of the japanese or chinese title of a profile. I couldn't find a better way...

In the application I am working on, I can fetch records in the default language without any problems, but I am unable to do so in the translated languages. A...