Kevin Bond

Results 135 issues of Kevin Bond

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | Fix #1614 | License | MIT This is an...

Status: Needs Review

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Issues | n/a | License | MIT There has been valid...

Status: Needs Review

Something Ryan brought up in his livestream. I think this would help with accessibility but also allows styling loading state without using live-component specific stuff (https://tailwindcss.com/docs/hover-focus-and-other-states#aria-states).

| Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT This allows passing attributes...

Meta issue to track formatted duration (#177) translations. - [ ] ar - [ ] bg - [ ] bs_Latn_BA - [ ] ca - [ ] cs - [...

This adds a `make:scaffold ...` command. This is an alternative to what I'm calling _single-use makers_ like `make:register`/`make:user`. We could potentially deprecate these other makers. A _scaffold_ consists of: 1....

Feature

Hello, curious if there's any interest in adding support for "hashed" cron expressions. This is a feature I ported to PHP from Jenkins in [zenstruck/schedule-bundle](https://github.com/zenstruck/schedule-bundle/blob/1.x/doc/define-tasks.md#hashed-cron-expression) (this link describes the feature)....

looking for votes

| Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | yes? | New Feature | no | RFC | no |...

- Require PHP 8+ - Remove `ConfigureWithDocblocks` (see #28) - Add `ConfigureWithAttributes::configure()` to `Invokable` - Remove `ConfigureWithAttributes` - Remove `AutoName` - Add `@command` argument/option parsing to `AsCommand::$name` (in `Invokable`)? -...

```php #[AsCommand('my:command')] class MyCommand { public function __invoke() {} } ```