You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing php artisan jetstream:install insertia --teams, the prompt label from Laravel Prompts does not display in the CLI, although the prompt is functional and accepts input. Without the --teams option, the prompt label displays correctly.
Steps To Reproduce
Steps to Reproduce:
Open terminal.
Run php artisan jetstream:install insertia --teams.
Observe that the prompt label is missing.
Run php artisan jetstream:install insertia without the --teams option.
Observe that the prompt label is displayed correctly.
Expected Behavior:
The prompt label should be visible regardless of the --teams option. it's weird i know :
Actual Behavior:
The prompt label is missing when using the --teams option.
Code Link: Link to the relevant code or repository (e.g., GitHub Code Link)
Additional Information: This issue seems isolated to the --teams option. No issues observed with other options.
The text was updated successfully, but these errors were encountered:
Jetstream Version
5.2.0
Jetstream Stack
Inertia
Laravel Version
11.22.0
PHP Version
8.3.11
Database Driver & Version
No response
Description
When executing
php artisan jetstream:install insertia --teams
, the prompt label from Laravel Prompts does not display in the CLI, although the prompt is functional and accepts input. Without the--teams
option, the prompt label displays correctly.Steps To Reproduce
Steps to Reproduce:
php artisan jetstream:install insertia --teams
.php artisan jetstream:install insertia
without the--teams
option.Expected Behavior:
The prompt label should be visible regardless of the
--teams
option. it's weird i know :Actual Behavior:
The prompt label is missing when using the
--teams
option.Code Link:
Link to the relevant code or repository (e.g., GitHub Code Link)
Additional Information:
This issue seems isolated to the
--teams
option. No issues observed with other options.The text was updated successfully, but these errors were encountered: