PHPackages                             s1kopath/artisan-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. s1kopath/artisan-terminal

ActiveLibrary

s1kopath/artisan-terminal
=========================

A simple Artisan command terminal for Laravel projects.

00Blade

Since Dec 17Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Artisan Terminal

A simple Artisan command terminal for Laravel projects.

Overview

Artisan Terminal provides a user-friendly web interface for executing Artisan commands directly from your browser. This is especially useful when your hosting provider does not offer terminal access, allowing you to manage your Laravel application with ease.

Features

Execute common Artisan commands via a browser interface.

Predefined buttons for frequently used commands.

Interactive terminal-like UI for entering and running custom commands.

Built-in clear command to reset the terminal output.

Secure access with middleware support, such as authentication.

Installation

Step 1: Install the Package

Install the package via Composer:

composer require s1kopath/artisan-terminal

Step 2: Publish the Configurations (Optional)

The package does not require additional setup, but you can publish the views if customization is needed:

php artisan vendor:publish --tag=views --provider="S1kopath\\ArtisanTerminal\\ArtisanTerminalServiceProvider"

This will publish the terminal blade file to your resources/views/vendor/artisan-terminal directory.

Usage

Accessing the Terminal

After installation, navigate to /artisan-terminal in your browser. You must be logged in (middleware-protected) to access the terminal.

Running Commands

Typing Commands:

Type any Artisan command in the input box (e.g., php artisan optimize:clear) and press Enter or click the "Run" button.

Using Predefined Buttons:

Click on one of the predefined command buttons for quick access to commonly used Artisan commands.

Clearing the Terminal

To clear the terminal output, type clear and press Enter.

Supported Commands

Here are some commands you can run safely from the terminal:

optimize:clear

config:cache

config:clear

route:cache

route:clear

view:cache

view:clear

cache:clear

queue:restart

event:cache

event:clear

storage:link

migrate

schedule:run

Security

By default, the terminal route is protected by the web and auth middleware. Ensure only authorized users can access it to prevent misuse.

If you want to customize the middleware, modify the route definition in routes/web.php.

License

This package is open-sourced software licensed under the MIT license.

Author

Md Asaduzzaman

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/527bfa6f31f70f3113a8cca6a0e6083a3271ce9ba58bd8b5181c2c31aa20e315?d=identicon)[s1kopath](/maintainers/s1kopath)

---

Top Contributors

[![s1kopath](https://avatars.githubusercontent.com/u/59279508?v=4)](https://github.com/s1kopath "s1kopath (3 commits)")

### Embed Badge

![Health badge](/badges/s1kopath-artisan-terminal/health.svg)

```
[![Health](https://phpackages.com/badges/s1kopath-artisan-terminal/health.svg)](https://phpackages.com/packages/s1kopath-artisan-terminal)
```

PHPackages © 2026

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