laravel-zero / laravel-zero

A PHP framework for console artisans

Home Page:https://laravel-zero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using Laravel Prompts

mve opened this issue · comments

An official Laravel package, Laravel Prompts, was released a few days ago:
GitHub: https://github.com/laravel/prompts
Documentation: https://laravel.com/docs/10.x/prompts

Might be nice for Laravel Zero to use these?

Yes, that is a planned thing to update! 🥳

Is there any way for the community to contribute to this @owenvoke? Super eager to see support for this.

Technically you can install this already (just use composer require laravel/prompts, and use as the docs mention). It's just not included with Laravel Zero by default.

I'll make an update tomorrow with support out of the box for it (or you can PR the change, basically just adding it to the Laravel Zero Framework repository). 👍🏻 Sorry, been busy with other bits.


Edit: Adding support as laravel-zero/framework#482 👍🏻