PHPackages                             roy-sandip/laravel-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. [Templating &amp; Views](/categories/templating)
4. /
5. roy-sandip/laravel-view

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

roy-sandip/laravel-view
=======================

Laravel view command

v1.0.6(7mo ago)015mitPHP

Since Mar 12Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/roy-sandip/laravel-view)[ Packagist](https://packagist.org/packages/roy-sandip/laravel-view)[ RSS](/packages/roy-sandip-laravel-view/feed)WikiDiscussions main Synced 1mo ago

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

Installation
============

[](#installation)

```
composer require roy-sandip/laravel-view

```

Generate View Files
===================

[](#generate-view-files)

Command:

```
php artisan make:view users.create

```

**Result:** `resources/views/users/create.blade.php` file created.

Generate resource views:

```
php artisan make:view users -r

```

**Result:** index.blade.php, create.blade.php, edit.blade.php, show.blade.php files created in `resources/views/users/`.

Use template:

```
php artisan make:view users.create --copy=page

```

Force to overwrite:

```
php artisan make:view users.create -f

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance62

Regular maintenance activity

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Total

3

Last Release

232d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/153e4ddbcd6587e395fbf603f29b847b78b6d3df7583387b863176440e5ed587?d=identicon)[roy-sandip](/maintainers/roy-sandip)

---

Top Contributors

[![roy-sandip](https://avatars.githubusercontent.com/u/10586788?v=4)](https://github.com/roy-sandip "roy-sandip (6 commits)")

### Embed Badge

![Health badge](/badges/roy-sandip-laravel-view/health.svg)

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

###  Alternatives

[cagilo/cagilo

A set of open-source Blade components for the Laravel Framework

172996.5k](/packages/cagilo-cagilo)[orchid/blade-icons

An easy way inline SVG images in your Blade templates.

223.4M9](/packages/orchid-blade-icons)[wireui/heroicons

The Tailwind Heroicons for laravel blade by WireUI

43390.8k5](/packages/wireui-heroicons)[stillat/antlers-components

2656.0k1](/packages/stillat-antlers-components)[itstructure/laravel-grid-view

Grid view for laravel framework

2546.6k2](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3211.5k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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