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

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

schaefersoft/laravel-ui
=======================

Schäfersoft Laravel UI Package

11.1kTypeScript

Since May 24Pushed 11mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

SchaeferSoft LaravelUI
======================

[](#schaefersoft-laravelui)

[![](https://camo.githubusercontent.com/d32465069c49dda90cfe9812f60e2c9953bbecfa6a8261864f7acdd52b3a065c/68747470733a2f2f7363686165666572736f66742e63682f5f7374617469632f6c6f676f5f66756c6c5f6461726b2e706e67)](https://camo.githubusercontent.com/d32465069c49dda90cfe9812f60e2c9953bbecfa6a8261864f7acdd52b3a065c/68747470733a2f2f7363686165666572736f66742e63682f5f7374617469632f6c6f676f5f66756c6c5f6461726b2e706e67)

Free schaefersoft UI package for Laravel. Tailwind is required.

Setup
-----

[](#setup)

Add the following lines to your `tailwind.config.json`:

```
//Add this line
import forms from '@tailwindcss/forms';

/** @type {import('tailwindcss').Config} */
export default {
    content: [
        "./resources/**/*.blade.php",
        "./resources/**/*.js",
        "./resources/**/*.vue",

        //Add this line
        "./vendor/schaefersoft/laravel-ui/resources/**/*.{blade.php,css,js,ts}"
    ],
    theme: {
        extend: {},
    },
    plugins: [
        //Add this line
        forms
    ],
}
```

Defining theme color
--------------------

[](#defining-theme-color)

To define the theme color of the package, for now there is only option.

Extend the theme with the following code in your `tailwind.config.json`:

```
extend: {
    colors: {
        theme: {
            '50': '#fffbeb',
            '100': '#fef3c7',
            '200': '#fde58a',
            '300': '#fbd24e',
            '400': '#fabe25',
            '500': '#f49d0c',
            '600': '#d87607',
            '700': '#bc560a',
            '800': '#923f0e',
            '900': '#78340f',
            '950': '#451a03'
        },
    }
},
```

We recommend using  to get ideal color palettes.

Using UI components, that need style or javascript
--------------------------------------------------

[](#using-ui-components-that-need-style-or-javascript)

Every UI component (if required) has its own according style and functionality scripts. Please check the corresponding docs for each component.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/aab78929a4e38b4571d1cfe2393565852838a1c0e281ffbec9916acf9662c3d2?d=identicon)[DGINXREAL](/maintainers/DGINXREAL)

---

Top Contributors

[![reallucaschaefer](https://avatars.githubusercontent.com/u/218105563?v=4)](https://github.com/reallucaschaefer "reallucaschaefer (36 commits)")[![TheGodlyLuzer](https://avatars.githubusercontent.com/u/71211303?v=4)](https://github.com/TheGodlyLuzer "TheGodlyLuzer (34 commits)")[![DGINXREAL](https://avatars.githubusercontent.com/u/47042042?v=4)](https://github.com/DGINXREAL "DGINXREAL (6 commits)")

### Embed Badge

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

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

###  Alternatives

[mokhosh/muddle

Obfuscate emails and strings in PHP and Laravel

7610.6k](/packages/mokhosh-muddle)

PHPackages © 2026

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