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)2861MITPHP

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 1mo 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 60% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

595d 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

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[namu/wirechat

A Laravel Livewire messaging app for teams with private chats and group conversations.

54324.5k](/packages/namu-wirechat)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[tomatophp/tomato-php

Full CRUD Generator for Splade &amp; Breeze Starter Kit

352.3k2](/packages/tomatophp-tomato-php)

PHPackages © 2026

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