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

Add frontend controller in screen. #2835

Merged
merged 2 commits into from
May 24, 2024

Conversation

DarKsandr
Copy link
Contributor

Added the ability to assign a stimulus controller to the screen.
Usage:

class PlatformScreen extends Screen
{
    ...

    public function frontendController(): string
    {
        return 'hello';
    }

    ...
}

@DarKsandr
Copy link
Contributor Author

@tabuna

@tabuna tabuna merged commit 6fbac6c into orchidsoftware:master May 24, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants