LaravelPackages.net
Acme Inc.
Toggle sidebar
codex/packagist

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

33
0
About codex/packagist

codex/packagist is a Laravel package for codex addon - integrates packagist information links and macros in your projects. It currently has 0 GitHub stars and 33 downloads on Packagist. Install it with composer require codex/packagist. Discover more Laravel packages by codex or browse all Laravel packages to compare alternatives.

Last updated


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

Star History Chart