Skip to content

yourparkingspace/pi-satis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParkInsight - Satis

Private package hosting via satis. Packages will be hosted at https://satis.internal.parkinsight.dev/.

Building packages

Whenever a new version of one of the private packages has been tagged, or whenever a new package is added to satis (see below), you will need to run the build process. This can be done by triggering the Publish to GitHub Pages GitHub action for this repository.

Adding a new package

To add a new package simple update the satis.json file in this repository, including the URL to the GitHub page for the package's repository

Using a private package

To use any of the packages hosted at https://satis.internal.parkinsight.dev/ add the following to your composer.json file.

{
    "repositories": [
        {
            "type": "composer",
            "url": "https://satis.internal.parkinsight.dev/"
        }
    ]
}

You can then install the package as usual using composer install.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published