[go: up one dir, main page]

Skip to content
/ common Public

Common code for BicycleClubWebsite2023 and other private web apps

Notifications You must be signed in to change notification settings

phpfui/common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

common

Common code for BicycleClubWebsite2023 and other private web apps

This repository can be used for any phpfui/phpfui based website and implements some basic functionality. It should not be considered a general purpose repo but can be used as an example of using phpfui components.

To add this common repo to your project, you should add the following lines to your composer.json file:

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/phpfui/common"
        }
    ],
    "require": {
        "phpfui/common": "dev-main"
    }

This repo is not versioned.

About

Common code for BicycleClubWebsite2023 and other private web apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published