PHPackages                             jones/web-artisan - 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. [Admin Panels](/categories/admin)
4. /
5. jones/web-artisan

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

jones/web-artisan
=================

Adds a Webinterface for Laravel to your project

v1.0.2(12y ago)542.7k11[8 issues](https://github.com/JN-Jones/web-artisan/issues)[1 PRs](https://github.com/JN-Jones/web-artisan/pulls)PHPPHP &gt;=5.3.0

Since Jul 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/JN-Jones/web-artisan)[ Packagist](https://packagist.org/packages/jones/web-artisan)[ RSS](/packages/jones-web-artisan/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (6)Used By (0)

\#Laravel 4 WebArtisan

A package for Laravel 4 to interact with the CLI

Inspired by [oly-ir/web-artisan](https://github.com/Oly-ir/web-artisan)

[![Build Status](https://camo.githubusercontent.com/6a5fa0ab274263b036e2cfe69819d2a2045e4b8199f408f03ffe01bf6b48de7b/68747470733a2f2f7472617669732d63692e6f72672f4a4e2d4a6f6e65732f7765622d6172746973616e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/JN-Jones/web-artisan)[![Latest Stable Version](https://camo.githubusercontent.com/074658c7a2cb4628ba00e786b387589c93596ceacf11dc2beee5b7329c0d0f8c/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e65732f7765622d6172746973616e2f762f737461626c652e706e67)](https://packagist.org/packages/jones/web-artisan)[![Total Downloads](https://camo.githubusercontent.com/2683f8caab7a97f4e6eef7714364146888389548b97105b62f8ab8bd1fafbdb8/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e65732f7765622d6172746973616e2f646f776e6c6f6164732e706e67)](https://packagist.org/packages/jones/web-artisan)[![Latest Unstable Version](https://camo.githubusercontent.com/065dcc9f812e0c69a6889730df0106f82f2337bed2744d3bb47f1f9760bb4eac/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e65732f7765622d6172746973616e2f762f756e737461626c652e706e67)](https://packagist.org/packages/jones/web-artisan)

\##Contributing If you have any suggestions or improvements feel free to create an issue or create a Pull Request.

\##Installation

Add `jones/web-artisan` as a requirement to `composer.json`:

```
{
    ...
    "require": {
        ...
        "jones/web-artisan": "dev-master"
        ...
    },
}
```

Update composer:

```
$ php composer.phar update

```

Add the provider to your `app/config/app.php`:

```
'providers' => array(

    ...
    'Jones\WebArtisan\WebArtisanServiceProvider',

),
```

Publish package assets:

```
$ php artisan asset:publish jones/web-artisan

```

(Optional) Publish package config:

```
$ php artisan config:publish jones/web-artisan

```

\##Configuration

- `enable`: Enable WebArtisan
- `base_url`: Here you can select under which url WebArtisan is accessable
- `password`: Select a password to interact with WebArtisan
- `ips`: An Array with IP's which can access WebArtisan
- `auth_filter`: If you want to protect WebArtisan with a filter, you can enter the name of it here

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~120 days

Total

4

Last Release

4382d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/662f0493303b33636b15c6921b0cb6e798758e9f16b002e2e6eb8bc11d1161af?d=identicon)[Jones](/maintainers/Jones)

---

Top Contributors

[![JN-Jones](https://avatars.githubusercontent.com/u/1917879?v=4)](https://github.com/JN-Jones "JN-Jones (16 commits)")[![tricki](https://avatars.githubusercontent.com/u/523154?v=4)](https://github.com/tricki "tricki (1 commits)")

### Embed Badge

![Health badge](/badges/jones-web-artisan/health.svg)

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

###  Alternatives

[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61114.7k26](/packages/slowlyo-owl-admin)[a2insights/filament-saas

Filament Saas for A2Insights

171.5k](/packages/a2insights-filament-saas)

PHPackages © 2026

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