Table of Contents
Install a Splint Library
To Install a splint library (e.g. a library named toast
from a vendor named zoey
), open a terminal window in any Code Igniter project root and run:
splint install zoey/toast
To install the library from the previous example along side another library named ci-preference
from an vendor named francis94c
you can run the below command from a terminal in code-igniter root.
splint install zoey/toast francis94c/ci-preference
You can install as much packages as you want at the same time.
NEXT
PREVIOUS
⇐ Splint