bearny-codes/pawsome-mary
Composer 安装命令:
composer create-project bearny-codes/pawsome-mary
包简介
Pawsome Mary – A Paw(e)some Developer Experience for Laravel, MaryUI, and Tailwind 4.
README 文档
README
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:
- 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
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 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
- MaryUI - https://mary-ui.com
- Livewire Toaster - https://github.com/masmerise/livewire-toaster
- laravel-permissions - https://spatie.be/docs/laravel-permission/v6/introduction
- laravel-passskeys - https://spatie.be/docs/laravel-passkeys/v1/introduction
Environment Variables
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
I need help
Leave an issue describing the problem as detailed as possible at https://github.com/bearny-codes/pawsome-mary/issues and we try to look into it as quickly as possible.
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 or give us a star on Github.
bearny-codes/pawsome-mary 适用场景与选型建议
bearny-codes/pawsome-mary 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 11 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 02 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「livewire」 「mary-ui」 「pawsome-mary」 「bearny-codes」 「tailwind-v4」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 bearny-codes/pawsome-mary 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bearny-codes/pawsome-mary 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 bearny-codes/pawsome-mary 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Livewire starter kit for Lunar e-commerce.
Views for the package MedicOneSystems Livewire Datatables with Bootstrap 4
Livewire component that provides drawers (slide overs) that support multiple children while maintaining state.
Simple Livewire notifications system without any dependencies except TALL-stack.
Laravel+livewire phone auth module
A modern Laravel starter kit featuring Livewire Volt, Mary UI, and Tailwind CSS with complete authentication, user management, and comprehensive testing.
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 29
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-06