-
-
Notifications
You must be signed in to change notification settings - Fork 404
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 make:twig-component
maker
#1019
Conversation
(I'll add tests once we finalize the maker and stubs) |
d80e9d2
to
aca0772
Compare
@kbond - is this ready to move forward? a rebase and tests would be awesome when you get some free time |
aca0772
to
001fcfb
Compare
Sorry for the delay. Updated this PR to work with the latest version of twig/live components. If we are good with the templates/maker, I'll add tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great - let's write some tests and good to go 👍
001fcfb
to
2c64fe6
Compare
2c64fe6
to
acde364
Compare
Ok, this is ready. Assuming symfony/ux#460 is merged, we can add support for this in the maker. |
Test failures unrelated - thanks Kevin! |
When this is released, we should update the docs to show this :) |
Adds a maker for
symfony/ux-twig-component
/symfony/ux-live-component
.Creating a standard twig component:
Creating a live twig component:
Ref: symfony/ux#108