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

ActiveLaravel-package

lanciweb/laravel-make-view
==========================

A Laravel package that allows to generate blade views via Artisan

v1.2.1(3y ago)42.8k↓100%1MITPHP

Since Mar 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/LanciWeb/laravel-make-view)[ Packagist](https://packagist.org/packages/lanciweb/laravel-make-view)[ RSS](/packages/lanciweb-laravel-make-view/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (6)Used By (1)

Laravel MakeView
================

[](#laravel-makeview)

Laravel MakeView is a Laravel Package that allows to generate views via an artisan command.

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

[](#installation)

Use composer to install MakeView.

```
composer require lanciweb/laravel-make-view
```

Usage
-----

[](#usage)

### Single view:

[](#single-view)

Use the commands below and the dot notation to easily create the blade files for your views:

```
php artisan make:view home
# creates 'home.blade.php' in the 'resources/views' folder.
```

```
php artisan make:view guests.home
# creates 'home.blade.php' in the 'resources/views/guests' folder.
# The folder is created if it does not exists yet.
```

```
php artisan make:view backoffice.admin.home
# creates 'home.blade.php' in the 'resources/views/backoffice/admin' folder.
# All folders are created if they do not exist yet.
```

### Crud Option:

[](#crud-option)

Use the CRUD option to immeiately create the folder and the conventional resource views:

```
php artisan make:view posts --crud
# creates 'index.blade.php', 'show.blade.php`, `create.blade.php' and `edit.blade.php'
# in the 'resources/views/posts' folder.
```

```
php artisan make:view posts -c
# shorthand for the same result as above
```

```
php artisan make:view admin.posts -c
# creates 'index.blade.php', 'show.blade.php`, `create.blade.php' and `edit.blade.php'
# in the 'resources/views/admin/posts' folder.
```

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

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

Total

5

Last Release

1160d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7dee87aa63628fd6e564664515bd8969cedbee5bca068cbb1815e3300de7e9ee?d=identicon)[lanciweb](/maintainers/lanciweb)

---

Top Contributors

[![LanciWeb](https://avatars.githubusercontent.com/u/15893446?v=4)](https://github.com/LanciWeb "LanciWeb (12 commits)")

### Embed Badge

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

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

PHPackages © 2026

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