Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Generating Slugs with Random Numbers #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2023

  1. Added Generating Slugs with Random Numbers

    This pull request adds a new function named "MakeWithRandomNumber" to the project. This function allows users to automatically generate a slug from the provided text-based input and append a random 3-digit number to the end of the slug. This provides developers with an easy way to create unique and randomized slugs.
    
    The new function is based on the existing slug generation logic of the project and uses the "en" language. It also uses a reliable seed value for generating random numbers, ensuring that you get different slugs every time you run it.
    tuncaydamlar committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6c717e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    dfb2d85 View commit details
    Browse the repository at this point in the history