hmdev1/entrust

Entrust fork adapted for Laravel 13

Maintainers

Package info

github.com/HMdev1/entrust

pkg:composer/hmdev1/entrust

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-05-07 09:09 UTC

This package is auto-updated.

Last update: 2026-05-07 09:13:43 UTC


README

Fork compatible con Laravel 13

Installation

run: composer require HMdev1/entrust:dev-main

If you are going to consume it directly from GitHub before publishing it on Packagist, add the repository to your project's composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/HMdev1/entrust"
    }
  ]
}

After creating a release tag, you can require a stable version instead of dev-main.

Click here for the full documentation.

Este fork mantiene el paquete operativo para proyectos existentes. Para proyectos nuevos, spatie/laravel-permission sigue siendo una opción más moderna.