---
title: "Browse and Execute Artisan Commands from an Interactive TUI"
url: https://daily.dev/posts/browse-and-execute-artisan-commands-from-an-interactive-tui-j8brumxs2
source_url: https://laravel-news.com/browse-and-execute-artisan-commands-from-an-interactive-tui
type: article
source: "Laravel News"
published: 2026-03-16T13:08:33.137Z
updated: 2026-03-16T13:08:53.167Z
tags: ["devtools", "php", "laravel"]
reading_time: 2
upvotes: 30
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Browse and Execute Artisan Commands from an Interactive TUI

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 30 upvotes · 1 comments

## Summary

Artisan Browse is a Laravel package by Josh Embling that provides an interactive terminal UI (TUI) for discovering, searching, and executing Artisan commands without leaving the terminal. Key features include searchable command lists with descriptions, namespace filtering, step-by-step argument and option prompts, a command preview before execution, configurable blacklists and scroll behavior, and an auto-execute option. It is intended for local development use only.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/browse-and-execute-artisan-commands-from-an-interactive-tui>

## Community discussion

Top comments from developers on daily.dev.

**@bigmoses** · 0 upvotes

> Without knowing too much about, admittedly, it seems like it would actually give a better overview of terminal-based workflows.

## Similar posts on daily.dev

- [Laravel Extended Commands](https://daily.dev/posts/laravel-extended-commands-eksznaprk) · Laravel News · 39 upvotes · 1 comments
- [Run Artisan Make Commands in Laravel VS Code Extension](https://daily.dev/posts/run-artisan-make-commands-in-laravel-vs-code-extension-uwo8d0kfw) · Laravel News · 5 upvotes · 1 comments

---

Tags: [#devtools](https://daily.dev/tags/devtools), [#php](https://daily.dev/tags/php), [#laravel](https://daily.dev/tags/laravel)

[View this post on daily.dev](https://daily.dev/posts/browse-and-execute-artisan-commands-from-an-interactive-tui-j8brumxs2)
