Skip to content
Pe Ell edited this page Apr 17, 2017 · 11 revisions

Introduction

Eloquent boolean & timestamp flagged attributes behavior. Enhance eloquent models with commonly used state flags like Active, Published, Approved and others in a minutes!

Contents

Features

  • Designed to work with Laravel Eloquent models
  • Each model can has as many flags as required
  • Each flag adds global query scopes to models
  • 2 logical groups of flags: Classic, Inverse
  • 2 types of flags: Boolean, Timestamp
  • Covered with unit tests
Clone this wiki locally