awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSlug-Based Model Resolution

Retrieving database records using unique text identifiers instead of primary keys.

Distinct from Laravel Integrations: Focuses on retrieving models by slug for SEO rather than framework bootstrapping or hardware IDs.

Explore 1 awesome GitHub repository matching web development · Slug-Based Model Resolution. Refine with filters or upvote what's useful.

Awesome Slug-Based Model Resolution GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • cviebrock/eloquent-sluggableAvatar de cviebrock

    cviebrock/eloquent-sluggable

    3,993Ver en GitHub↗

    This project is a slug generation and management tool for the Laravel Eloquent ORM. It provides a reusable trait that adds the ability to create unique, URL-friendly strings from model attributes, allowing database records to be retrieved using human-readable slugs instead of primary keys. The system supports multilingual URL management by maintaining separate localized slugs for a single model instance. It ensures uniqueness through an automatic collision-avoidance mechanism that appends numeric suffixes to duplicate strings and prevents the use of reserved words that might overlap with syst

    Retrieves database records using unique text identifiers instead of primary keys to improve SEO and user experience.

    PHP
    Ver en GitHub↗3,993
  1. Home
  2. Web Development
  3. Slug-Based Model Resolution