PHPackages                             primalbase/laravel-view-build - 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. primalbase/laravel-view-build

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

primalbase/laravel-view-build
=============================

0.0.6(6y ago)0550BSD-2-Clause-FreeBSDPHPPHP &gt;=5.4.0

Since Mar 17Pushed 6y ago1 watchersCompare

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

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

リファレンス
======

[](#リファレンス)

dwtファイルからlayout.phpを生成する
------------------------

[](#dwtファイルからlayoutphpを生成する)

```
$ php artisan layout:make
$ php artisan layout:make --dwt=other.dwt # other.dwtから生成(defaultはmain)
```

htmlファイルから\*.blade.phpを生成する
---------------------------

[](#htmlファイルからbladephpを生成する)

```
$ php artisan view:make index.html home.index
```

レイアウトを一括更新
----------

[](#レイアウトを一括更新)

```
$ php artisan layout:update
packages/primalbase/laravel-view-build/config.phpの定義に従ってファイルを一括更新(layout:make)する
```

ビューを一括更新
--------

[](#ビューを一括更新)

```
$ php artisan view:update
packages/primalbase/laravel-view-build/config.phpの定義に従ってファイルを一括更新(view:make)する
```

Examples
========

[](#examples)

レイアウトを作成
--------

[](#レイアウトを作成)

```
$ php artisan layout:make
```

views/layout/base/main.blade.phpとviews/layout/main.blade.phpが作成される

ファイルが既に存在する場合は上書きしない

ベースファイルは常に上書きされる

レイアウトを作成(ベースファイルなし)
-------------------

[](#レイアウトを作成ベースファイルなし)

```
$  php artisan layout:make --no-base
```

views/layout/main.blade.phpが作成される

ファイルが既に存在する場合は上書き確認\[y/N\]

mainMEMBER.dwtからviews/layout/member.blade.phpを作成
------------------------------------------------

[](#mainmemberdwtからviewslayoutmemberbladephpを作成)

```
$ php artisan layout:make --source=mainMember.dwt --layout=layout.member
```

ビューを作成
------

[](#ビューを作成)

```
$ php artisan view:make index.html home.index
```

views/home/base/index.blade.phpとviews/home/index.blade.phpが作成される

ファイルが既に存在する場合は上書きしない

ベースファイルは常に上書きされる

ビューを作成(ベースファイルなし)
-----------------

[](#ビューを作成ベースファイルなし)

```
$ php artisan view:make index.html home.index --no-base
```

views/home/index.blade.phpが作成される

ファイルが既に存在する場合は上書き確認\[y/N\]

ビューを作成(モジュール内、レイアウト指定)
----------------------

[](#ビューを作成モジュール内レイアウト指定)

```
php artisan view:make member/bbs/detail.html member::board.show --layout=layout.member
```

modules/member/views/home/base/show.blade.phpとmodules/member/views/home/show.blade.phpが作成される

レイアウトは@extends('layout.member')となる

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

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

Recently: every ~362 days

Total

6

Last Release

2258d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/primalbase-laravel-view-build/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[livewire/blaze

A tool for optimizing Blade component performance by folding them into parent templates

688221.3k17](/packages/livewire-blaze)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[rareloop/lumberjack-core

A powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code

42155.0k19](/packages/rareloop-lumberjack-core)[konekt/html

HTML and Form Builders for the Laravel Framework

24403.2k5](/packages/konekt-html)

PHPackages © 2026

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