PHPackages                             kakposoe/laravel-view-generator - 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. kakposoe/laravel-view-generator

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

kakposoe/laravel-view-generator
===============================

A laravel view generator

1.2.1(6y ago)11372[1 issues](https://github.com/kakposoe/laravel-view-generator/issues)MITPHPPHP ^7.2CI failing

Since Aug 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/kakposoe/laravel-view-generator)[ Packagist](https://packagist.org/packages/kakposoe/laravel-view-generator)[ RSS](/packages/kakposoe-laravel-view-generator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Laravel View Generator
======================

[](#laravel-view-generator)

[![Build Status](https://camo.githubusercontent.com/6260c1aa02d51a639b1d41194783483a0d31a47b1dd2570feef02e32ab25b72e/68747470733a2f2f7472617669732d63692e6f72672f6b616b706f736f652f6c61726176656c2d766965772d67656e657261746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/kakposoe/laravel-view-generator)[![StyleCI](https://camo.githubusercontent.com/cae6257e414fd347862e316b33c58f9ba031e8cbd2cc0b36c40996ba5c99d765/68747470733a2f2f7374796c6563692e696f2f7265706f732f3138393030333939382f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/189003998)

Laravel View Generator adds the missing `make:view` command to Laravel's commands. You can quickly create new views for your application.

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

[](#installation)

Install via composer

```
composer require kakposoe/laravel-view-generator
```

### Register Service Provider

[](#register-service-provider)

If you use Laravel &lt; 5.5, Add service provider to `config/app.php` in `providers` section

```
Kakposoe\LaravelViewGenerator\LaravelViewGeneratorServiceProvider::class,
```

How to use
==========

[](#how-to-use)

Creating a view is as simple as running:

```
php artisan make:view index
```

This command will create `/resources/views/index.blade.php`

Create a view inside a folder
-----------------------------

[](#create-a-view-inside-a-folder)

You can create a view in a folder by using `dot` notation:

```
php artisan make:view admin.index
```

This will create any folders which have not been created already.

Extending a layout
------------------

[](#extending-a-layout)

You can create a view which extends a layout using:

```
php artisan make:view index --layout=admin
```

**Note:** \*You will be prompted to create a `layouts` folder and the `layout` file if they do not exist.

Create a view with sections
---------------------------

[](#create-a-view-with-sections)

You can create a new view file with sections:

```
php artisan make:view index --section=content --section=styles
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 96.3% 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 ~63 days

Total

5

Last Release

2209d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f68a614ebb68f585a9722fdff7781d93b7d66ada6ded72c223e7b414a112f67?d=identicon)[kakposoe](/maintainers/kakposoe)

---

Top Contributors

[![kakposoe](https://avatars.githubusercontent.com/u/7933597?v=4)](https://github.com/kakposoe "kakposoe (26 commits)")[![christian-melon](https://avatars.githubusercontent.com/u/249279714?v=4)](https://github.com/christian-melon "christian-melon (1 commits)")

---

Tags

laravelgeneratorview

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kakposoe-laravel-view-generator/health.svg)

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

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[infyomlabs/generator-builder

InfyOm Laravel Generator GUI Builder

132435.7k](/packages/infyomlabs-generator-builder)[delatbabel/viewpages

Support rendering/view of Laravel pages and templates from a database.

121.4k](/packages/delatbabel-viewpages)

PHPackages © 2026

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