codex/packagist

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

dev-master / 2.1.x-dev 2019-04-27 07:24 UTC

This package is auto-updated.

Last update: 2024-04-11 23:59:51 UTC


README

title subtitle
Packagist 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