✨
Virtue
View on GitHub
  • ✨Virtue
  • 🚀GETTING STARTED
    • Installation
    • Changelog
  • 🛠️MODEL ATTRIBUTES
    • Configuration
    • Cast
    • Database
    • Dispatches Events
    • Fillable
    • Hidden
    • Primary Key
    • Relationships
  • 💻COMMAND ATTRIBUTES
    • Configuration
    • Defining Arguments
    • Defining Options
Powered by GitBook
On this page
  • v0.3.0
  • v0.2.0
  • v0.1.0

Was this helpful?

  1. GETTING STARTED

Changelog

Here's a quick overview of the new features in the latest versions of the package.

v0.3.0

  • Added the Argument Command attribute.

  • Added the OptionalArgument Command attribute.

  • Added the RequiredArgument Command attribute.

  • Added the FlagOption Command attribute.

  • Added the ValueOption Command attribute.

v0.2.0

  • Added the DispatchesOn Model attribute.

  • Improved the caching of the Reflection Attributes for Models to improve performance.

v0.1.0

  • Added the Cast Model attribute.

  • Added the Database Model attribute.

  • Added the Fillable Model attribute.

  • Added the Hidden Model attribute.

  • Added the PrimaryKey Model attribute.

  • Added the Relationships Model attributes.

PreviousInstallationNextConfiguration

Last updated 1 year ago

Was this helpful?

🚀