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

ActiveLibrary

bjhansen/laravel-artisan-make-view
==================================

Laravel Artisan command with extended options to create Blade views

v1.99.7(1y ago)12181MITPHP

Since Mar 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bjhansen-ualr/LaravelArtisanMakeView)[ Packagist](https://packagist.org/packages/bjhansen/laravel-artisan-make-view)[ RSS](/packages/bjhansen-laravel-artisan-make-view/feed)WikiDiscussions master Synced 2mo 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

30

—

LowBetter than 64% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity14

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/a4f970238298f7151f8bfaa67412776ebfaa0967c503c514b45e71db4d2bba95?d=identicon)[bjhansen](/maintainers/bjhansen)

---

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/bjhansen-laravel-artisan-make-view/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[livewire/livewire

A front-end framework for Laravel.

23.5k75.5M1.8k](/packages/livewire-livewire)[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M159](/packages/laravel-octane)[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.4k10.6M274](/packages/laravel-boost)[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)

PHPackages © 2026

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