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

ActiveLibrary

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 1mo 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 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

828d 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

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[bensampo/laravel-embed

Painless responsive embeds for videos, slideshows and more.

142146.8k](/packages/bensampo-laravel-embed)[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[joggapp/laravel-aws-sns

Laravel package for the SNS events by AWS

3171.8k](/packages/joggapp-laravel-aws-sns)

PHPackages © 2026

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