PHPackages                             fuelviews/laravel-layouts-wrapper - 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. fuelviews/laravel-layouts-wrapper

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

fuelviews/laravel-layouts-wrapper
=================================

Laravel layouts wrapper package

v0.0.19(12mo ago)0401[2 PRs](https://github.com/fuelviews/laravel-layouts-wrapper/pulls)MITPHPPHP ^8.2CI passing

Since Jun 12Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/fuelviews/laravel-layouts-wrapper)[ Packagist](https://packagist.org/packages/fuelviews/laravel-layouts-wrapper)[ Docs](https://github.com/fuelviews/laravel-layouts-wrapper)[ RSS](/packages/fuelviews-laravel-layouts-wrapper/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (8)Versions (22)Used By (0)

Laravel layouts wrapper package
===============================

[](#laravel-layouts-wrapper-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/19c77db84f21fd572d0cd71f13d3d7cafce354222cba9ceac57b5632f6d6e592/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6675656c76696577732f6c61726176656c2d6c61796f7574732d777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fuelviews/laravel-layouts-wrapper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ed2d5cfd2c62dde1e4e4f45201803a7569d5aa780d7c37f69bc33b72f9705512/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6675656c76696577732f6c61726176656c2d6c61796f7574732d777261707065722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/fuelviews/laravel-layouts-wrapper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e030df1f7b12dc1c74a7d030d99faa29e1bbaeb597ca7639dca9f31fe4c760bd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6675656c76696577732f6c61726176656c2d6c61796f7574732d777261707065722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/fuelviews/laravel-layouts-wrapper/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22)[![Total Downloads](https://camo.githubusercontent.com/0b6be6b0dcf4bd46f71a1548731eb9026d5b9e3b76e367e74a8b5e1217d0ce1b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6675656c76696577732f6c61726176656c2d6c61796f7574732d777261707065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fuelviews/laravel-layouts-wrapper)

Laravel layouts wrapper package

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require fuelviews/laravel-layouts-wrapper:^0.0
```

You can publish the config file with:

```
php artisan vendor:publish --tag="layouts-wrapper-config"
```

This is the contents of the published config file:

```
return [
    // Enable or disable Google Tag Manager
    'gtm_enabled' => false,

    // Enable or disable Livewire
    'livewire_enabled' => true,

    // Enable or disable Navigation
    'navigation_enabled' => true,

    // Enable or disable Forms Modal
    'forms_modal_enabled' => true,

    // Enable or disable Forms Modal
    'forms_modal_enabled' => true,
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="layouts-wrapper-views"
```

Usage
-----

[](#usage)

Wrap your blade files using:

```

```

Tailwindcss classes
-------------------

[](#tailwindcss-classes)

Add laravel-forms to your tailwind.config.js file:

```
    content: [
        './vendor/fuelviews/laravel-*/resources/**/*.{js,vue,blade.php}',
    ]
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Thejmitchener](https://github.com/thejmitchener)
- [Fuelviews](https://github.com/fuelviews)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance73

Regular maintenance activity

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~21 days

Recently: every ~70 days

Total

19

Last Release

361d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/83557136?v=4)[Fuelviews](/maintainers/fuelviews)[@fuelviews](https://github.com/fuelviews)

![](https://www.gravatar.com/avatar/0d217acca2966741ed1bdc351df8fab0410b282a0bfe8c451b951399a02a3875?d=identicon)[thejmitchener](/maintainers/thejmitchener)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![thejmitchener](https://avatars.githubusercontent.com/u/64335706?v=4)](https://github.com/thejmitchener "thejmitchener (1 commits)")

---

Tags

laravellayoutFuelviewslaravel-layouts-wrapperlayouts-wrapper

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/fuelviews-laravel-layouts-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/fuelviews-laravel-layouts-wrapper/health.svg)](https://phpackages.com/packages/fuelviews-laravel-layouts-wrapper)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-blade-comments

Add debug comments to your rendered output

180335.8k](/packages/spatie-laravel-blade-comments)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17625.6k4](/packages/statikbe-laravel-filament-flexible-content-blocks)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)

PHPackages © 2026

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