PHPackages                             lebarbucodeur/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. lebarbucodeur/laravel-artisan

ActiveLibrary[Templating &amp; Views](/categories/templating)

lebarbucodeur/laravel-artisan
=============================

Some artisan commands into view for Laravel

2.0.1(2mo ago)214MITPHPPHP ^8.2CI passing

Since Jan 13Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/spubr/laravel-artisan)[ Packagist](https://packagist.org/packages/lebarbucodeur/laravel-artisan)[ RSS](/packages/lebarbucodeur-laravel-artisan/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

Laravel Artisan
===============

[](#laravel-artisan)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cf09dba609aca7b202fe45e9fade31b4c05313c5b1a2af0d6f60c38b8a90cb05/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c656261726275636f646575722f6c61726176656c2d6172746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lebarbucodeur/laravel-artisan)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/40c14c0d726f3fa326baedfe09dccdd39678332cea10f38e6489dcc38c392a41/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c656261726275636f646575722f6c61726176656c2d6172746973616e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lebarbucodeur/laravel-artisan)

`lebarbucodeur/laravel-artisan` is a Laravel package providing some Artisan commands in a view. Very useful if you put a Laravel application on a mutualised server like OVH.

[![Screenshot](https://user-images.githubusercontent.com/21197467/213649860-bd46873a-6508-442a-b479-e66c246b5534.png)](https://user-images.githubusercontent.com/21197467/213649860-bd46873a-6508-442a-b479-e66c246b5534.png)

Requirements
------------

[](#requirements)

- Laravel 12.x
- PHP 8.2+

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require lebarbucodeur/laravel-artisan
```

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

[](#configuration)

To bypass maintenance of the Artisan commands list page, add the following configuration.

**Laravel 11+** – In `bootstrap/app.php`:

```
->withMiddleware(function (Middleware $middleware): void {
    $middleware->preventRequestsDuringMaintenance(except: [
        'artisan',
        'artisan/*',
    ]);
})
```

**Laravel 9/10** – In `app/Http/Middleware/PreventRequestsDuringMaintenance.php`:

```
protected $except = [
    '/artisan*',
];
```

Usage
-----

[](#usage)

### Make a link to the Artisan list command page

[](#make-a-link-to-the-artisan-list-command-page)

Simply add this to your code :

```
Artisan page
```

Contributing
------------

[](#contributing)

Since I'm getting some questions about this I want these things to be perfectly clear:

- This is a safe haven for contributions, every (positive) contributon matters!
- You are free (and encouraged) to use anything of this package for your own ideas.
- You can always ask for help or email me directly for any questions.

Please see [Contributing File](CONTRIBUTING.md) for further details.

Credits
-------

[](#credits)

This package is possible because of the effort and time of these people! ✨

- [LeBarbuCodeur](https://github.com/LeBarbuCodeur)

Version history
---------------

[](#version-history)

See the [dedicated change log](CHANGELOG.md)

License
-------

[](#license)

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

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance85

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~568 days

Total

3

Last Release

80d ago

Major Versions

1.0.1 → 2.0.12026-02-22

PHP version history (2 changes)1.0.0PHP &gt;=8.0

2.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a7107e83d453960fb34ec3a8d9bac54d1e4076cd87c625d01a07aaa9bb07842?d=identicon)[LeBarbuCodeur](/maintainers/LeBarbuCodeur)

---

Top Contributors

[![spubr](https://avatars.githubusercontent.com/u/21197467?v=4)](https://github.com/spubr "spubr (7 commits)")

---

Tags

laravelartisanview

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lebarbucodeur-laravel-artisan/health.svg)

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

###  Alternatives

[san-kumar/laravel-crud

Laravel CRUD generator: Generate CRUD for any db table with the crud:generate command.

564.4k](/packages/san-kumar-laravel-crud)[evercode1/view-maker

ViewMaker for Laravel 5.2 Artisan Command

734.2k1](/packages/evercode1-view-maker)[torann/device-view

Provides support for device based view layouts in Laravel.

146.6k](/packages/torann-device-view)[delatbabel/viewpages

Support rendering/view of Laravel pages and templates from a database.

121.4k](/packages/delatbabel-viewpages)

PHPackages © 2026

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