Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Users Profile Group Laravel Package

baks-dev/users-profile-group

Symfony/PHP 8.4+ модуль групп профилей пользователя: установка через Composer, команды для первичной настройки и добавления администратора, установка ассетов, рекомендации для composer auto-scripts, миграции Doctrine и тесты PHPUnit.

View on GitHub
Deep Wiki
Context7

BaksDev Profile Group

Version php 8.4+ packagist

Модуль групп профилей пользователя

Установка

$ composer require baks-dev/users-profile-group

После первичной установки

Добавляем Администратора ресурса

php bin/console baks:users-profile-type:user
php bin/console baks:auth-email:admin
php bin/console baks:users-profile-user:admin
php bin/console baks:users-profile-group:admin

Дополнительно

Установка конфигурации и файловых ресурсов:

php bin/console baks:assets:install

Рекомендуется в composer.json проекта добавить в секцию автоматическое выполнение

"scripts": {
    "auto-scripts": {
        "baks:assets:install": "symfony-cmd",
        "baks:cache:clear": "symfony-cmd"
    },
    "post-install-cmd": [
        "@auto-scripts"
    ],
    "post-update-cmd": [
        "@auto-scripts"
    ]
}

Изменения в схеме базы данных с помощью миграции

php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate

Тестирование

php bin/phpunit --group=users-profile-group

Лицензия License

The MIT License (MIT). Обратитесь к Файлу лицензии за дополнительной информацией.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
terminal42/code-quality-tools
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky