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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package artisan-ui

Artisan UI

Latest Version on Packagist Latest stable test run Codecov coverage Maintainability Sonarcloud Status

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

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

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/cache Version 12.*|13.*
illuminate/console Version 12.*|13.*
illuminate/support Version 12.*|13.*
laravel/prompts Version ^0.3.17
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package laragear/artisan-ui contains the following files

Loading the files please wait ...