From 6471e8701f247e8653e1558fe22aa9b68434a4d9 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 22 Aug 2024 08:09:00 +0100 Subject: [PATCH] Unveiling Laravel Prompts --- source/_notes/6.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/_notes/6.md diff --git a/source/_notes/6.md b/source/_notes/6.md new file mode 100644 index 0000000..1ddc7c0 --- /dev/null +++ b/source/_notes/6.md @@ -0,0 +1,16 @@ +--- +title: Unveiling Laravel Prompts +date: 2024-08-22 08:09:22 +tags: [PHP, Laravel, Drush] +--- + +Now [Drush is using Laravel Prompts](../4), I should re-watch this video from Laracon US last year where Prompts was unveiled by Jess Archer: + + + +I think it's great that Prompts was intended to be used in any PHP project, not just Laravel, and this is a great example of the Drupal ecosystem "getting off the island". + +## Links + +- [Laravel Prompts documentation](https://laravel.com/docs/11.x/prompts) +- [Laravel Prompts GitHub repository](https://github.com/laravel/prompts)