PHPackages                             alexvargash/tall-maryui - 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. [Framework](/categories/framework)
4. /
5. alexvargash/tall-maryui

ActiveLibrary[Framework](/categories/framework)

alexvargash/tall-maryui
=======================

TALL maryUI preset for Laravel.

v1.0.0(7mo ago)647MITBladePHP ^8.2

Since Sep 25Pushed 7mo agoCompare

[ Source](https://github.com/alexvargash/tall-maryui)[ Packagist](https://packagist.org/packages/alexvargash/tall-maryui)[ RSS](/packages/alexvargash-tall-maryui/feed)WikiDiscussions main Synced 1mo ago

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

Laravel TALL Preset with maryUI
===============================

[](#laravel-tall-preset-with-maryui)

A front-end preset for Laravel to scaffold an application using the [TALL stack](https://tallstack.dev) with [maryUI](https://mary-ui.com/) components.

[![Welcome View](./screenshot.png)](./screenshot.png)

Some notable features of this package include:

- Views extending a base layout
- Front-end assets like Tailwind CSS and Alpine.js compiled with Vite
- [maryUI](https://mary-ui.com/) components ready to use
- Livewire installation

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

[](#installation)

This preset is intended to be installed into a fresh Laravel 12 application.

Simply run the following commands:

```
composer require alexvargash/tall-maryui
php artisan tall:install
```

After running `php artisan tall:install` you will be prompted if you want to install the auth scaffolding and if you want to compile the assets.

Some notable features of the authentication scaffolding include:

- Powered by Livewire components and single action controllers
- Bundled with pre-written tests
- Auth components build with maryUI

All routes, components, controllers, config files and tests are published to your application. The idea behind this is that you have full control over every aspect of the scaffolding in your own app, removing the need to dig around in the vendor folder to figure out how things are working.

Removing the package
--------------------

[](#removing-the-package)

If you don't want to keep this package installed once you've installed the preset, you can safely remove it. Unlike the default Laravel presets, this one publishes all the auth logic to your project's `/app` directory, so it's fully redundant.

### Authentication routes

[](#authentication-routes)

In the `config\tall-maryui` file you can specify name routes for the auth redirects.

```
return [
    /*
    |--------------------------------------------------------------------------
    | Authentication Routes
    |--------------------------------------------------------------------------
    |
    | These configuration options determine the route that a user is redirected
    | after an action is successful.
    |
    */

    'routes' => [
        'login' => 'home',
        'register' => 'home',
        'verify' => 'home',
        'reset_password' => 'home',
    ],

];
```

### maryUI components

[](#maryui-components)

If for some reason you need to rename maryUI components using a custom prefix, you can do it in the `config\mary` file.

```
return [
    /**
     * Default component prefix.
     *
     * Make sure to clear view cache after renaming with `php artisan view:clear`
     *
     *    prefix => ''
     *
     *
     *
     *    prefix => 'mary-'
     *
     *
     *
     */
    'prefix' => '',

];
```

Credits
-------

[](#credits)

- [laravel-frontend-presets\\tall](https://github.com/laravel-frontend-presets/tall)

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance63

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

229d ago

### Community

Maintainers

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

---

Top Contributors

[![alexvargash](https://avatars.githubusercontent.com/u/40900979?v=4)](https://github.com/alexvargash "alexvargash (9 commits)")

---

Tags

laravellivewiretailwindalpinetailwindcssalpinejspresettailwinduitallmaryui

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alexvargash-tall-maryui/health.svg)

```
[![Health](https://phpackages.com/badges/alexvargash-tall-maryui/health.svg)](https://phpackages.com/packages/alexvargash-tall-maryui)
```

###  Alternatives

[laravel-frontend-presets/tall

TALL preset for Laravel.

2.6k692.9k1](/packages/laravel-frontend-presets-tall)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k454.7k15](/packages/robsontenorio-mary)[camya/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

13444.5k](/packages/camya-filament-title-with-slug)[developermithu/tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack

1672.4k](/packages/developermithu-tallcraftui)[blendbyte/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

1322.4k3](/packages/blendbyte-filament-title-with-slug)

PHPackages © 2026

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