PHPackages                             adyns/viewmaker - 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. adyns/viewmaker

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

adyns/viewmaker
===============

A laravel package for generating simple view in laravel

023[1 issues](https://github.com/perezcato/viewmaker/issues)PHP

Since Apr 10Pushed 7y ago1 watchersCompare

[ Source](https://github.com/perezcato/viewmaker)[ Packagist](https://packagist.org/packages/adyns/viewmaker)[ RSS](/packages/adyns-viewmaker/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

viewmaker
=========

[](#viewmaker)

A laravel package for generating view files via laravel artisan command

Features
========

[](#features)

- You can use it to generate view files
- You can use it to generate view files extending an already existing file
- You can use it to generate view files adding all the js and css in the public directory of your laravel app
- You can use it to generate multiple view files extending an already file
- You can use it to generate multiple view files adding all the js and css already found in the laravel public directory

Usage
=====

[](#usage)

#### composer require adyns/viewmaker

[](#composer-require-adynsviewmaker)

Add service provider into your laravel providers array in config/app

**Adyns\\ViewMaker\\ViewMakerServiceProvider::class** You are now ready to use the view maker commands

Commands
========

[](#commands)

- php artisan make:view \[filename\] - generate view file
- php artisan make:view \[foldername\].\[filename\] - generate folder then the view file
- php artisan make:view \[filename\] --extend=\[filename\]?\[section to extend\] - generate view file extending from an existing file
- php artisan make:view \[filename\] -c -j - generate view file adding all the js and css files in the public directory
- php artisan make:view \[filename\],\[filename\] - generate multiple view file

Examples
========

[](#examples)

- php artisan make:view app.index
- php artisan make:view dashboard -j -c
- php artisan make:view app.index,sidenav,signup
- php artisan make:view app --extend=layouts.app?content

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d41aa149a49389db151b5694f10b24e23ce119a4ab968d5fa4580b3dbfbe4a85?d=identicon)[perez2000](/maintainers/perez2000)

---

Top Contributors

[![perezcato](https://avatars.githubusercontent.com/u/32395970?v=4)](https://github.com/perezcato "perezcato (14 commits)")

### Embed Badge

![Health badge](/badges/adyns-viewmaker/health.svg)

```
[![Health](https://phpackages.com/badges/adyns-viewmaker/health.svg)](https://phpackages.com/packages/adyns-viewmaker)
```

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3861.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.0k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.2k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

281.8k](/packages/webkinder-sproutset)

PHPackages © 2026

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