This laravel package contains Eloquent Models and Traits and help power data-access for the College-Portal project.
- Run
composer require college-portal/api-models
in your terminal to pull the package in.
- This package is built and linted with the PSR-2 standard.
- Run
composer run lint
to check linter errors - Run
composer run fix-lint
to fix linter errors
- Run
- A static analyser is used to make sure code works statically.
- Run
composer run analyse
to verify.
- Run
See Code Documentation, which is generated with this package.
To generate the docs after making code changes, run composer run docs