PHPackages                             hamzaouaghad/proartisan - 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. hamzaouaghad/proartisan

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

hamzaouaghad/proartisan
=======================

A tiny laravel package that runs artisan commands in production, specifically made for people who do not necessarily have access to SSH and still need to run migrations for instance.

1.0(10y ago)330MITPHPPHP &gt;=5.3.0

Since Aug 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/HOuaghad/proartisan)[ Packagist](https://packagist.org/packages/hamzaouaghad/proartisan)[ Docs](https://github.com/HOuaghad/ProArtisan)[ RSS](/packages/hamzaouaghad-proartisan/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (2)Used By (0)

ProArtisan (Production Artisan)
===============================

[](#proartisan-production-artisan)

### A laravel 5 Web Interface for Artisan

[](#a-laravel-5-web-interface-for-artisan)

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

A tiny laravel package that runs artisan commands in production, specifically made for people who do not necessarily have access to SSH and still need to run migrations for instance.

This package comes with a link to one page, in wish you specify the command you want to run, also the arguments, and receive the output in a textarea in case you ever wanted to copy the content.

This package is made by Hamza Ouaghad, and is licensed under the MIT license.

Install
-------

[](#install)

Via Composer

```
$ composer require hamzaouaghad/proartisan
```

Usage
-----

[](#usage)

Add the service provider to your list of service providers

```
'providers' => [
        Hamzaouaghad\Proartisan\ProArtisanServiceProvider::class,
        ];
```

Then run :

```
$ composer dumpautoload
$ php artisan vendor:publish
```

The available routes to interact with the package

```
/proartisan/insert_commands
```

The use is very basic, you have two input columns,

The first one is supposed to receive the command, and the second one is supposed to receive the arguments.

The format of the command is supposed to be as follows :

```
Original command :php artisan mycommand

//The way you should put it in the input field

[Input Field] : mycommand
```

\####Example

```
Original command:

php artisan migrate --database=mydatabase

The way you should insert it :

[Input field] : migrate
[Arguments field] : --database=mydatabase
```

For the commands with no value such as `--force`, please use them as follows

```
--force=true
```

Important
---------

[](#important)

For migrations and other command that might prompt interactive questions, the package uses by default the '--no-interaction' argument.

If you in production, please use `'--force'.`

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Hamza Ouaghad](twitter.com/hamza_ouaghad)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3931d ago

### Community

Maintainers

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

---

Tags

artisanmigrationsproductionHamzaOuaghadhamzaouaghadProArtisanartisan-in-production

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hamzaouaghad-proartisan/health.svg)

```
[![Health](https://phpackages.com/badges/hamzaouaghad-proartisan/health.svg)](https://phpackages.com/packages/hamzaouaghad-proartisan)
```

###  Alternatives

[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[nunomaduro/laravel-console-summary

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

662.0M3](/packages/nunomaduro-laravel-console-summary)[hmazter/laravel-schedule-list

Laravel package to add command to list all scheduled artisan commands

94432.8k](/packages/hmazter-laravel-schedule-list)[nunomaduro/laravel-console-dusk

Laravel Console Dusk allows the usage of Laravel Dusk in Laravel/Laravel Zero artisan commands.

16255.4k7](/packages/nunomaduro-laravel-console-dusk)

PHPackages © 2026

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