Back to Snipe It

Presenters

.ai/rules/presenters.md

8.7.0273 B
Original Source

Presenters

Presenters own display and datatable config

Display formatting and Bootstrap-table column config belong in app/Presenters/<Entity>Presenter.php, reached from the model via $model->present().

Keep this logic out of controllers, transformers, and Blade.