nunomaduro / laravel-console-menu

🔘 Beautiful PHP CLI menus. Is a php-school/cli-menu wrapper for Laravel/Artisan Console Commands
MIT License
802 stars 40 forks source link

Sub-menus and go-back #17

Closed vesper8 closed 5 years ago

vesper8 commented 5 years ago

Would it be possible to add support for menu depths? So you could create sub-menus with the ability to go back to the main menu?

nunomaduro commented 5 years ago

It’s already possible. Check how to customize the menu here https://github.com/php-school/cli-menu.