PHPackages                             astamiir/laravel-web-terminal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. astamiir/laravel-web-terminal

ActiveLibrary[CLI &amp; Console](/categories/cli)

astamiir/laravel-web-terminal
=============================

A web-based terminal for Laravel applications, allowing to run Artisan commands directly from your browser.

1.0.1(4mo ago)09MITPHPPHP ^8.2

Since Jan 10Pushed 4mo agoCompare

[ Source](https://github.com/Astamiir/laravel-web-terminal)[ Packagist](https://packagist.org/packages/astamiir/laravel-web-terminal)[ RSS](/packages/astamiir-laravel-web-terminal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Laravel Web Terminal
====================

[](#laravel-web-terminal)

A web-based terminal for Laravel applications, allowing you to run Artisan commands directly from your browser. Perfect for development and debugging purposes.

Disclaimer: Use with caution and avoid using in production environments without proper security measures.

Init package
------------

[](#init-package)

```
composer require astamiir/laravel-web-terminal
```

Publish the assets and configuration
------------------------------------

[](#publish-the-assets-and-configuration)

```
php artisan vendor:publish --tag=laravel-web-terminal-assets
```

```
php artisan vendor:publish --tag=laravel-web-terminal-config
```

Usage
-----

[](#usage)

To access the web terminal, navigate to `/web-terminal` in your Laravel application and you will see a terminal interface where you can run Artisan commands.

Configuration
-------------

[](#configuration)

Make sure that you have enabled terminal in the `.env` file:

```
WEB_TERMINAL_ENABLED=true
```

Also you can specify allowed commands:

```
WEB_TERMINAL_ALLOWED_COMMANDS=migrate, db:seed, cache:clear
```

And specify allowed environments:

```
WEB_TERMINAL_ENVIRONMENTS=local,staging
```

Leave it empty to allow all commands.

You can customize the terminal settings in the `config/laravel-web-terminal.php` file.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance78

Regular maintenance activity

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/afe4b0b6144bc8e5d7b8679db208a2b8f229dd99c2af7ee8ad3f4553ead99e20?d=identicon)[Astamiir](/maintainers/Astamiir)

---

Top Contributors

[![Astamiir](https://avatars.githubusercontent.com/u/16364716?v=4)](https://github.com/Astamiir "Astamiir (5 commits)")

### Embed Badge

![Health badge](/badges/astamiir-laravel-web-terminal/health.svg)

```
[![Health](https://phpackages.com/badges/astamiir-laravel-web-terminal/health.svg)](https://phpackages.com/packages/astamiir-laravel-web-terminal)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
