PHPackages                             monirz/lvartisan - 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. monirz/lvartisan

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

monirz/lvartisan
================

Laravel view artisan command

1.0.0(10y ago)202607MITPHP

Since Jun 12Pushed 9y ago2 watchersCompare

[ Source](https://github.com/monirz/lvartisan)[ Packagist](https://packagist.org/packages/monirz/lvartisan)[ RSS](/packages/monirz-lvartisan/feed)WikiDiscussions master Synced 4w ago

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

Lvartisan
=========

[](#lvartisan)

Laravel artisan command for creating view
-----------------------------------------

[](#laravel-artisan-command-for-creating-view)

This is just initial work on dev mode, the code structure may change and some extra option will be added soon.

### Require it

[](#require-it)

```
  composer require monirz/lvartisan

```

### Add the service provider to the config/app.php

[](#add-the-service-provider-to-the-configappphp)

```
 monirz\lvartisan\LvartisanServiceProvider::class

```

Voila, You are done!

### Basic usages

[](#basic-usages)

```
  php artisan make:view articles/index

```

The above example command will create the articles directory in views if the directory doesn't exist and the index.blade.php file in the articles directory.

```
  php artisan make:view index

```

With this command the directory name is not provided so the index.blade.php file will be created in root directory which is views.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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

Unknown

Total

1

Last Release

3670d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10282018?v=4)[Moniruzzaman Monir](/maintainers/monirz)[@monirz](https://github.com/monirz)

---

Top Contributors

[![monirz](https://avatars.githubusercontent.com/u/10282018?v=4)](https://github.com/monirz "monirz (7 commits)")[![nahid](https://avatars.githubusercontent.com/u/3167309?v=4)](https://github.com/nahid "nahid (1 commits)")

---

Tags

clilaravelview

### Embed Badge

![Health badge](/badges/monirz-lvartisan/health.svg)

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

###  Alternatives

[illuminate/console

The Illuminate Console package.

13045.3M6.3k](/packages/illuminate-console)

PHPackages © 2026

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