This is a private Composer repository.
To use it, you have to add this repository to your composer.json file.
Add this Composer
repository to your project's composer.json
file, then you can require these private packages just like you would with
one from Packagist.
{
"repositories": [{
"type": "composer",
"url": "https://repo.nyoncode.cz"
}]
}
Click on an individual package's release version to get a snippet of code for your project's dependencies.
Next, you need to create a file called auth.json and place it either next to the composer.json file in your project, or in the Composer home directory.
{
"http-basic": {
"repo.nyoncode.cz": {
"username": "[!YOUR-EMAIL-ADDRESS-HERE!]",
"password": "[!YOUR-LICENSE-KEY-HERE!]"
}
}
}
Storage extension for Elektrotrend
Returns extension for Elektrotrend Storage
Cli installer for Laravel
Package Description