Codex Addon - Integrates Packagist information links and macros in your projects
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
Adds packagist ...
composer require codex/packagist
php artisan codex:addons:enable codex/packagist
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 2019 Robin Radic - MIT Licensed