codex/packagist

Codex Addon - Integrates Packagist information links and macros in your projects

Downloads

33

Stars

0

Version


title: Packagist subtitle: Addons

Packagist Addon

Adds packagist ...

Installation

composer require codex/packagist
php artisan codex:addons:enable codex/packagist

Configuration

config/codex-packagist.php

[
]

[project]/config.php [project]/[revision]/revision.yml [project]/[revision]/[document] (as attributes)

[
    'packagist' => [
        'enabled' => [
            // ...
            'packagist' => true
        ],
        'packagist' => [
            'name' => 'vendor/package'
        ]
    ]
]

Copyright/License

Copyright 2019 Robin Radic - MIT Licensed

codex-project

Author

codex-project