Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Behaviors #27

Merged
merged 4 commits into from
Mar 6, 2024
Merged

Behaviors #27

merged 4 commits into from
Mar 6, 2024

Commits on Aug 22, 2023

  1. Behavior generator

    Usage:
    
    ```
    php craft make behavior --module my-module
    ```
    
    When run, you will be prompted for a target class (the intended "owner"). Generator will try and add the appropriate event logic to the provided plugin/module so that it is registered against all instances of that class.
    AugustMiller committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    dd05009 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Readme, release note

    AugustMiller committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    d9f5d86 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge branch 'main' into feature/behaviors

    # Conflicts:
    #	CHANGELOG.md
    brandonkelly committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    6c9153b View commit details
    Browse the repository at this point in the history
  2. Cleanup

    brandonkelly committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    867e420 View commit details
    Browse the repository at this point in the history