Add notes from zet.oliverdavies.uk
This commit is contained in:
parent
a59b05feb4
commit
1dd6f82308
34 changed files with 713 additions and 0 deletions
16
source/_zets/6.md
Normal file
16
source/_zets/6.md
Normal file
|
@ -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:
|
||||
|
||||
<https://www.youtube.com/watch?v=PW-2_-KxF-8>
|
||||
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue