-
Hammond Mfg.
- Kitchener, ON
- zenstruck.com
- @zenstruck
Highlights
- Pro
Block or Report
Block or report kbond
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
zenstruck/schedule-bundle Public
Schedule Cron jobs (commands/callbacks/bash scripts) within your Symfony application.
-
zenstruck/foundry Public
A model factory library for creating expressive, auto-completable, on-demand dev/test fixtures with Symfony and Doctrine.
-
-
zenstruck/messenger-test Public
Assertions and helpers for testing your symfony/messenger queues.
-
zenstruck/mailer-test Public
Alternative, opinionated helpers for testing emails sent with symfony/mailer.
-
zenstruck/console-test Public
Alternative, opinionated helper for testing Symfony console commands.
2,513 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 9 commits in 3 repositories
Created a pull request in symfony/ux that received 2 comments
[Twig] Embedded components
This adds a {% component name %} tag to allow rendering components and overriding their slots (by using twig's native block system).
Example:
{# tβ¦