PHPackages                             masterix21/laravel-app-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. masterix21/laravel-app-ui

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

masterix21/laravel-app-ui
=========================

Laravel APP UI components

0.0.2(4y ago)06MITBladePHP ^8.0|^8.1CI failing

Since Dec 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/masterix21/laravel-app-ui)[ Packagist](https://packagist.org/packages/masterix21/laravel-app-ui)[ Docs](https://github.com/masterix21/laravel-app-ui)[ GitHub Sponsors](https://github.com/masterix21)[ RSS](/packages/masterix21-laravel-app-ui/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (9)Versions (3)Used By (0)

Laravel APP UI components
=========================

[](#laravel-app-ui-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/108504a02ed0a6b2ba3d894e13befda66cfa0ce85b04a605717d413a2ee3e016/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6173746572697832312f6c61726176656c2d6170702d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/masterix21/laravel-app-ui)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a62e29c8239ea8a85154834deffa12fad80d376ad34d20ed0201973ebc48f7e1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6173746572697832312f6c61726176656c2d6170702d75692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/masterix21/laravel-app-ui/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bb733f8b234f5ab833de33ccecc63e9aa7dc3218e2e124a3834aabd0cb4fa381/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6d6173746572697832312f6c61726176656c2d6170702d75692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/masterix21/laravel-app-ui/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8bfe92d47e127ef46a08aa6dc28167a8775009308cb451ca78de10bc848e997f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6173746572697832312f6c61726176656c2d6170702d75692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/masterix21/laravel-app-ui)

Laravel APP UI components

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

[](#installation)

You can install the package via composer:

```
composer require masterix21/laravel-app-ui
```

```
npm require tailwindcss
```

Update your tailwind.js with these lines:

```
module.exports = {
    // ...

    variants: {
        extend: {
            padding: ['first', 'last'],
        }
    },

    plugins: [
        require('@tailwindcss/forms'),
        require('@tailwindcss/typography'),
        require('@tailwindcss/aspect-ratio'),
    ],

    // ...
}
```

And instruct your app.css to include our css like so:

```
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import "../../vendor/masterix21/laravel-app-ui/resources/css/app-ui.css";
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Masterix21\AppUI\AppUIServiceProvider" --tag="appui-config"
```

Usage
-----

[](#usage)

### Layout

[](#layout)

```

    Content

```

### Tables

[](#tables)

```

        Customer
        Mobile

        John Doe

        +39 0961 33799

```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Luca Longo](https://github.com/masterix21)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

1549d ago

PHP version history (2 changes)0.0.1PHP ^8.0

0.0.2PHP ^8.0|^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/177020fc4adb5c08acee3e6fe0b65002a96665c5d5c522a3ef009b4105fd634f?d=identicon)[masterix](/maintainers/masterix)

---

Top Contributors

[![masterix21](https://avatars.githubusercontent.com/u/6555012?v=4)](https://github.com/masterix21 "masterix21 (21 commits)")

---

Tags

laravelmasterix21app-ui

###  Code Quality

TestsPest

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/masterix21-laravel-app-ui/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

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

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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