Database Models

Auto-Generated Documentation: Model documentation is automatically generated from Laravel models using php artisan docs:model.

This section contains complete documentation for all database models in the application.

The model documentation is organized by category. Use the navigation sidebar or visit the sections below:

What’s Included

The auto-generated documentation includes:

Regenerating Documentation

To regenerate the model documentation after schema changes:

php artisan docs:model --force

This updates all model documentation files in the _model/ directory.


For complete model details, see the Generated Model Documentation.