Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Version 2: Schema improvements and reliability improvements

Compare
Choose a tag to compare
@nstapelbroek nstapelbroek released this 08 Jan 15:19
· 27 commits to master since this release

Changes

  • Add nullable to the Schema builder
  • Introduced interfaces you can use to indicate that your model is using certain traits

Backwards compatibility

backward compactibility is broken due to:

  • changes in the culpa.users.active_user configuration, which now returns a user instead of an identifier
  • The bleameable trait no longer works on models who arent extending from the Eloquent model. I've type hinted them because i needed more consistency in the code.