PHPackages                             a3stic0de/laravel-layouts-ui - 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. a3stic0de/laravel-layouts-ui

ActiveLibrary

a3stic0de/laravel-layouts-ui
============================

A Laravel package to generate reusable layouts.

v1.1.0(1y ago)08MITBladePHP ^7.3|^8.0

Since Mar 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/A3ST1CODE/laravel-layouts-ui)[ Packagist](https://packagist.org/packages/a3stic0de/laravel-layouts-ui)[ RSS](/packages/a3stic0de-laravel-layouts-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Laravel Layouts UI
==================

[](#laravel-layouts-ui)

A Laravel package to generate reusable layout templates for your Laravel applications. This package provides a complete set of blade layout templates and associated assets for quick Laravel application setup.

Features
--------

[](#features)

- Pre-built responsive layout templates
- Automated assets extraction
- Easy installation and setup
- Support for Laravel 8.x and 9.x
- Customizable templates
- Built-in navigation components

Requirements
------------

[](#requirements)

- PHP ^7.3|^8.0
- Laravel ^8.0|^9.0
- ZipArchive PHP extension

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

[](#installation)

Install the package via Composer:

```
composer require a3stic0de/laravel-layouts-ui
```

The package will automatically register its service provider [`LayoutsServiceProvider`](src/LayoutsServiceProvider.php).

Usage
-----

[](#usage)

### Quick Setup

[](#quick-setup)

Generate all layouts and extract assets using the provided Artisan command:

```
php artisan layouts:generate
```

This command will:

1. Create layout files in `resources/views/layouts/`
2. Extract assets to `public/assets/`

### Manual Publishing

[](#manual-publishing)

Publish only the layout views:

```
php artisan vendor:publish --tag=layouts
```

Publish only the assets:

```
php artisan vendor:publish --tag=assets
```

Layout Components
-----------------

[](#layout-components)

The package includes the following blade templates:

- `main.blade.php` - Base layout template
- `navbar.blade.php` - Navigation bar component
- `sidebar.blade.php` - Sidebar navigation component
- `footer.blade.php` - Footer component

Configuration
-------------

[](#configuration)

The layout templates are highly customizable. After publishing, you can find them in:

```
resources/views/layouts/
├── main.blade.php
├── navbar.blade.php
├── sidebar.blade.php
└── footer.blade.php

```

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

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

Security
--------

[](#security)

If you discover any security-related issues, please email via GitHub instead of using the issue tracker.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance46

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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

Total

2

Last Release

419d ago

### Community

Maintainers

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

---

Top Contributors

[![A3ST1CODE](https://avatars.githubusercontent.com/u/87237294?v=4)](https://github.com/A3ST1CODE "A3ST1CODE (5 commits)")

### Embed Badge

![Health badge](/badges/a3stic0de-laravel-layouts-ui/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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