PHPackages                             fancoders/laravel-generate-views - 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. fancoders/laravel-generate-views

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

fancoders/laravel-generate-views
================================

A Laravel package with Artisan command to create Blade views in the resources/views directory.

v1.0.2(2y ago)06MITPHPPHP ^8.1

Since Feb 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/IrfanCode25/laravel-generate-views)[ Packagist](https://packagist.org/packages/fancoders/laravel-generate-views)[ RSS](/packages/fancoders-laravel-generate-views/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel generate views
======================

[](#laravel-generate-views)

A Laravel package with Artisan command to create Blade views in the resources/views directory.

Instalation
-----------

[](#instalation)

```
  composer require fancoders/laravel-generate-views
```

add service providers on file config/app.php

```
  'providers' => [
    // ...
    Fancode\LaravelGenerateViews\GenerateViewServiceProvider::class,
  ],
```

Usage
-----

[](#usage)

for generate file blade without .blade.php extentions

```
  php artisan generate:view login

  output : login.blade.php
```

for directly generating folders and files

```
  php artisan generate:view auth/login

  output : auth/login.blade.php
```

for directly generating sub folders and files

```
  php artisan generate:view first/second/third/hello

  output : first/second/third/hello.blade.php
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3

Last Release

882d ago

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.0

v1.0.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/95d8422b880328407fa6a6bf2b0e5d9e6896bc309e4218403b755fbe8ebd1b61?d=identicon)[fancode](/maintainers/fancode)

---

Top Contributors

[![IrfanCode25](https://avatars.githubusercontent.com/u/26036017?v=4)](https://github.com/IrfanCode25 "IrfanCode25 (5 commits)")

---

Tags

laravelpackage

### Embed Badge

![Health badge](/badges/fancoders-laravel-generate-views/health.svg)

```
[![Health](https://phpackages.com/badges/fancoders-laravel-generate-views/health.svg)](https://phpackages.com/packages/fancoders-laravel-generate-views)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[hasinhayder/tyro-dashboard

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

5443.8k](/packages/hasinhayder-tyro-dashboard)[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)[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)

PHPackages © 2026

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