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

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

andynoelker/laravel-5-view-generator
====================================

Adds a Blade view generator to Laravel 5.

1.0(10y ago)59641MITPHPPHP &gt;=5.4.0

Since Sep 25Pushed 10y ago1 watchersCompare

[ Source](https://github.com/andynoelker/laravel-5-view-generator)[ Packagist](https://packagist.org/packages/andynoelker/laravel-5-view-generator)[ RSS](/packages/andynoelker-laravel-5-view-generator/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

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

[](#laravel-5-view-generator)

This Laravel 5 package adds a Blade view generator to make your development process easier.

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

[](#installation)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require andynoelker/laravel-5-view-generator

```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

Because you only want to use this generator for development, you will want to add it to the provider located in `app/Providers/AppServiceProvider.php` instead of adding to the providers array inside `config/app.php`.

```
public function register()
{
    if ($this->app->environment() == 'local') {
        $this->app->register('Andynoelker\Laravel5ViewGenerator\ViewGeneratorServiceProvider');
    }
}
```

Usage
-----

[](#usage)

```
php artisan make:view myView

```

This will generate a blank `myView.blade.php` file in the views directory.

### Parent Option

[](#parent-option)

You can optionally specify a parent view that your new view will extend.

```
php artisan make:view myView --parent="parentView"

```

This will generate a view file that opens with:

```
@extends('parentView')

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

3935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/162d7ad07fb8a1c31b9fb9c2f7117bac37e4075bc505dc30486db9a5e7ab92fc?d=identicon)[andynoelker](/maintainers/andynoelker)

---

Top Contributors

[![andynoelker](https://avatars.githubusercontent.com/u/4426398?v=4)](https://github.com/andynoelker "andynoelker (7 commits)")

---

Tags

laravelbladegeneratorsviews

### Embed Badge

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

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

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k570.6k22](/packages/robsontenorio-mary)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[technikermathe/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

18421.4k11](/packages/technikermathe-blade-lucide-icons)[hasinhayder/tyro-login

Tyro Login - Beautiful, customizable authentication views for Laravel 12 &amp; 13

2464.9k6](/packages/hasinhayder-tyro-login)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1963.4k](/packages/ublabs-blade-simple-icons)

PHPackages © 2026

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