PHPackages                             bearny-codes/pawsome-mary - 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. bearny-codes/pawsome-mary

ActiveProject[Framework](/categories/framework)

bearny-codes/pawsome-mary
=========================

Pawsome Mary – A Paw(e)some Developer Experience for Laravel, MaryUI, and Tailwind 4.

0.5.2(3mo ago)07MITPHPPHP ^8.2

Since Feb 6Pushed 2mo agoCompare

[ Source](https://github.com/bearny-codes/pawsome-mary)[ Packagist](https://packagist.org/packages/bearny-codes/pawsome-mary)[ RSS](/packages/bearny-codes-pawsome-mary/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (16)Versions (4)Used By (0)

🐻 What is Pawsome Mary?
-----------------------

[](#-what-is-pawsome-mary)

Developing with Laravel should feel like a walk in the woods—refreshing, powerful, and natural. **Pawsome Mary** is a curated starter kit designed by **BearnyCodes** to bridge the gap between raw functionality and high-end developer experience.

By combining the strength of **Laravel** with the elegance of **MaryUI** and the cutting-edge speed of **Tailwind CSS 4**, this kit provides a "bear-bones" foundation that isn't empty, but expertly structured.

### Why you'll love it:

[](#why-youll-love-it)

- **Pawsome DX:** Pre-configured layouts that stay out of your way.
- **Grizzly Performance:** Optimized for the latest PHP 8.3+ and Livewire versions.
- **Modern Styling:** Harnessing the full power of Tailwind 4's CSS-first engine.
- **Bearny-Standard:** Opinionated where it matters, flexible where you need it.
-

Installation
============

[](#installation)

Command Line
------------

[](#command-line)

```
# using the laravel installer
laravel new my_app --using=bearny-codes/pawsome-mary

# using composer
composer create-project bearny-codes/pawsome-mary my_app

#final setup steps
cd my_app
npm run build

php artisan db:seed
```

Clone repository manually
-------------------------

[](#clone-repository-manually)

```
#clone the repository
https://github.com/bearny-codes/pawsome-mary.git

#change into the project folder
cd pawsome-mary

##prepare it for your own git repository
rm -rf ./.git && git init && git add . && git commit -m 'initial commit'

##create the .env file and modify it if necessary.
cp ./.env.example .env

# setup the project
composer install && npm install && npm run build

# setup an encryption key
php artisan key:generate

#initialize the database
php artisan migrate --seed
```

\##Things you may want to adjust

```
.env
```

In this file you need to adjust the APP\_URL if yxou want to work with passkeys. You may also want to adjust the APP\_NAME

```
app/database/seeders/PermissionAndRoleSeeder.php
```

You may want to add the permissiosn and roles you Project needs in this file before seeding the database

```
app/View/Components/AppBrand.php
```

In this file you can define your Applicaiton Logo

External Libraries
==================

[](#external-libraries)

- MaryUI -
- Livewire Toaster -
- laravel-permissions -
- laravel-passskeys -

Environment Variables
=====================

[](#environment-variables)

Toaster / Notifications
-----------------------

[](#toaster--notifications)

- BEARNY\_TOASTER\_ALIGNMENT: The vertical alignment of the toast container. Supported: "bottom", "middle" or "top", Default: "top"
- BEARNY\_TOASTER\_CLOSEABLE: Allow users to close toast messages prematurely. Supported: true | false, Default: true
- BEARNY\_TOASTER\_DURATION: The on-screen duration of each toast. Minimum: 3000 (in milliseconds)
- BEARNY\_TOASTER\_POSITION: The horizontal position of each toast. Supported: "center", "left" or "right", Default 'right'
- BEARNY\_TOASTER\_REPLACE: New toasts immediately replace similar ones, ensuring only one toast of a kind is visible at any time. Takes precedence over the "suppress" option. Supported: true | false, Default: false
- BEARNY\_TOASTER\_SUPPRESS: Prevent the display of duplicate toast messages. Supported: true | false, Default; false
- BEARNY\_TOASTER\_TRANSLATE: Whether messages passed as translation keys should be translated automatically. Supported: true | false, Default: true

Support
=======

[](#support)

I need help
-----------

[](#i-need-help)

Leave an issue describing the problem as detailed as possible at  and we try to look into it as quickly as possible.

Can I support you?
------------------

[](#can-i-support-you)

We are not a huge software studio with big budgets but (currently) just a single developer passionate about technology, AI and Laravel. If you like the work and want to help him stay awake at night to work on more, [buy him a coffee](https://buymeacoffee.com/bearny.codes) or give us a star on Github.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance83

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

3

Last Release

96d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ec793aa763a59201382634137a74f1c75332bfb7e28ff1e36b8845f4f0a9a997?d=identicon)[michael-grunewalder](/maintainers/michael-grunewalder)

---

Tags

daisy-uilaravellivewiremary-uipawsome-maryphpstarter-kittailwind-csstall-stacklaravellivewiremary-uipawsome-marybearny-codestailwind-v4

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bearny-codes-pawsome-mary/health.svg)

```
[![Health](https://phpackages.com/badges/bearny-codes-pawsome-mary/health.svg)](https://phpackages.com/packages/bearny-codes-pawsome-mary)
```

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)

PHPackages © 2026

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