college-portal / api-models
Models for Database Tables and Views for the College-Portal project
Installs: 152
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 1
pkg:composer/college-portal/api-models
Requires
- illuminate/auth: ^5.6
- illuminate/contracts: ^5.6
- illuminate/database: ^5.6
- illuminate/notifications: ^5.6
- illuminate/support: ^5.6
- mykeels/laravel-filters: dev-master
Requires (Dev)
- evert/phpdoc-md: ^0.2.0
- phpstan/phpstan: ^0.10.2
- squizlabs/php_codesniffer: ^3.3
This package is not auto-updated.
Last update: 2025-10-27 06:58:51 UTC
README
This laravel package contains Eloquent Models and Traits and help power data-access for the College-Portal project.
Setup
- Run
composer require college-portal/api-modelsin your terminal to pull the package in.
Standards
- This package is built and linted with the PSR-2 standard.
- Run
composer run lintto check linter errors - Run
composer run fix-lintto fix linter errors
- Run
- A static analyser is used to make sure code works statically.
- Run
composer run analyseto verify.
- Run
Code Documentation
See Code Documentation, which is generated with this package.
To generate the docs after making code changes, run composer run docs