PHPackages                             7ts/layout-master - 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. 7ts/layout-master

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

7ts/layout-master
=================

Laravel Layout Master

02PHP

Since Dec 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devvaibhav1234/layout-master)[ Packagist](https://packagist.org/packages/7ts/layout-master)[ RSS](/packages/7ts-layout-master/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Layout Master
=============

[](#layout-master)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

Layout Master is a Laravel package that provides \[brief description of what your package does\].

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

[](#installation)

You can install the package via composer:

composer require 7ts/layout-master After installing the package, add the service provider to the providers array in the config/app.php file:

`'providers' => [ // Other service providers... \SevenTS\LayoutMaster\LayoutServiceProvider::class, ],`

Usage
=====

[](#usage)

After adding the service provider, you can customize your layout by publishing the required files based on your needs.

Publish Layout Views Only To publish only the layout views, run:

php artisan vendor:publish --tag=views Publish Controllers and Routes If you want to include controllers and routes along with the layout views, run:

php artisan vendor:publish --tag=layouts After publishing controllers and routes, add the additional service provider to the providers array in the config/app.php file:

'providers' =&gt; \[ // Other service providers... \\App\\Providers\\LayoutServiceProvider::class, \],

Contributing
============

[](#contributing)

If you would like to contribute to the project, please follow the steps below:

Fork the repository. Create a new branch for your feature or bugfix. Commit and push your changes. Submit a pull request. Security If you discover any security-related issues, please email \[your contact email\] instead of using the issue tracker.

License
=======

[](#license)

The MIT License (MIT). Please see License File for more information.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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/53a81b08d011d51433df689b3ad3f0b517a313956559b0889d5b1b9c9dc34da6?d=identicon)[lakum654](/maintainers/lakum654)

---

Top Contributors

[![devvaibhav1234](https://avatars.githubusercontent.com/u/149671832?v=4)](https://github.com/devvaibhav1234 "devvaibhav1234 (8 commits)")

### Embed Badge

![Health badge](/badges/7ts-layout-master/health.svg)

```
[![Health](https://phpackages.com/badges/7ts-layout-master/health.svg)](https://phpackages.com/packages/7ts-layout-master)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

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