Download the PHP package laragear/artisan-ui without Composer
On this page you can find all versions of the php package laragear/artisan-ui. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package artisan-ui
Artisan UI
Interactive Artisan command browser UI.
> php artisan ui
┌ ⚡ Laragear Artisan UI ──────────────────────────────────────┐
│ ab │
├──────────────────────────────────────────────────────────────┤
│ › about ┃ │
│ auth:clear-resets │ │
│ serve │ │
│ vendor:publish │ │
│ schedule:list │ │
└──────────── Display basic information about your application ┘
Keep this package free
Your support allows me to keep this package free, up-to-date and maintainable. Alternatively, you can spread the word on social media.
Requirements
- PHP 8.3 or later
- Laravel 12 or later
How does this work?
Artisan UI is an interactive command browser for Laravel. It adds a rich, searchable terminal interface with fuzzy search using Laravel Prompts.
Installation
You can install the package via composer:
You can publish the config file with:
Usage
Simply run php artisan without any arguments to launch the interactive UI.
Alternatively, you can call the ui command explicitly:
Show hidden commands
By default, commands that are set to be hidden are not shown in the suggestion list. If you wish to show these commands, use the --show-hidden flag.
[!NOTE]
Hidden commands are still executable. The command input does not pose restrictions on what command to run.
Zed Editor Task
If you're using Zed, you will notice that tasks do not accept arguments. Laragear Artisan UI fixes this problem by showing a command browser. Simply add this task to your editor and you're all set.
If you're using a remote container for PHP like Laragear/PHP, you can use Docker (or similar container runtime like Podman or Rancher):
[!TIP]
For more information, check out the Zed Editor tasks documentation.
Security
If you discover any security-related issues, please issue a security advisory.
License
This specific package version is licensed under the terms of the MIT License, at the time of publishing.
Laravel is a Trademark of Taylor Otwell. Copyright © 2011–2026 Laravel LLC.
All versions of artisan-ui with dependencies
illuminate/cache Version 12.*|13.*
illuminate/console Version 12.*|13.*
illuminate/support Version 12.*|13.*
laravel/prompts Version ^0.3.17