PHPackages                             benjaminhansen/laravel-artisan-make-view - 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. benjaminhansen/laravel-artisan-make-view

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

benjaminhansen/laravel-artisan-make-view
========================================

Laravel Artisan command with extended options to create Blade views

v1.99.7(1y ago)11581MITPHP

Since Mar 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/benjaminhansen/LaravelArtisanMakeView)[ Packagist](https://packagist.org/packages/benjaminhansen/laravel-artisan-make-view)[ RSS](/packages/benjaminhansen-laravel-artisan-make-view/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (2)Versions (27)Used By (0)

Laravel Artisan Make View
=========================

[](#laravel-artisan-make-view)

An extended replacement for Laravel's built-in `make:view` command.

Requires &gt;= Laravel 5.0

```
composer require benjaminhansen/laravel-artisan-make-view

```

Configuration &lt; Laravel 5.5 Open `app/Console/Kernel.php` and add `BenjaminHansen\LaravelMakeView\MakeView::class,` to the `protected $commands` array

Usage
-----

[](#usage)

`php artisan make:view view.name --extends=layouts.app --uses=bootstrap5/tailwind --empty --resourceful --suffix=something.php`

- `resourceful` used to create a view directory from `view.name` and then resourceful view files `index.blade.php`, `create.blade.php`, `show.blade.php`, and `edit.blade.php`
- `extends` is optional if you set `BASE_VIEW` in your project's .env file

    - If `BASE_VIEW` is set, but you use the `--extends` option, `--extends` takes precedence.
- `uses` is optional. Preconfigures the base view with Twitter Bootstrap CSS and JS or Tailwind CSS

    - `--uses=bootstrap5` or `--uses=tailwind`
- `empty` option is optional. Creates an empty view file with no layout extension.

    - When using the `empty` option all other options are ignored.
- `suffix` is optional if you want to override the default blade.php file suffix with something else.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Recently: every ~0 days

Total

26

Last Release

648d ago

### Community

Maintainers

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

---

Top Contributors

[![benjaminhansen](https://avatars.githubusercontent.com/u/17499722?v=4)](https://github.com/benjaminhansen "benjaminhansen (63 commits)")

---

Tags

commandcustomlaravellaravelphpmakeviewphp

### Embed Badge

![Health badge](/badges/benjaminhansen-laravel-artisan-make-view/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M203](/packages/laravel-ai)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k570.6k23](/packages/robsontenorio-mary)

PHPackages © 2026

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