sitegeist / chantalle
Adopt packages into the local distribution package folder and adjust the names
Installs: 3 767
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 5
Forks: 3
Open Issues: 1
Type:neos-package
Requires
- neos/flow: *
This package is auto-updated.
Last update: 2024-10-25 13:29:38 UTC
README
Adopt packages into the local DistributionPackages folder under a new name
The package allows to copy an already installed package into the local DistributionPackages folder and adjust the namespace at the same time with the following command.
./flow package:adopt Neos.Demo Vendor.Site
The package Neos.Demo
that has to be installed will be copied to the new
name Vendor.Site
in the local DistributionPackages folder.
Afterwards you can require the new package and remove the original one.
Installation
Sitegeist.Chantalle is available via packagist run composer require sitegeist/chantalle
.
We use semantic-versioning so every breaking change will increase the major-version number.
Authors & Sponsors
- Martin Ficzel - ficzel@sitegeist.de
The development and the public-releases of this package is generously sponsored by our employer http://www.sitegeist.de.
Contribution
We will gladly accept contributions. Please send us pull requests.