• How do I use one or more of these composer packages?
    • Navigate to your project's folder within your terminal and run the following

      composer config repositories.UCI_OIT composer https://packagist.oit.uci.edu/

      Once you have that config in your composer.json file, you may require or update that packge like any other public composer package

      For example, composer require sait/laravel-ldap

  • How do get a package I build on this website?