PHPackages                             chandanshakya/mary-ui-starter-kit - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. chandanshakya/mary-ui-starter-kit

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

chandanshakya/mary-ui-starter-kit
=================================

Laravel Volt, Mary UI project starter kit with Auth and Roles

v1.0.3(7mo ago)595↓50%2MITPHPPHP ^8.2

Since May 19Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/ChandanShakya/mary-ui-starter-kit)[ Packagist](https://packagist.org/packages/chandanshakya/mary-ui-starter-kit)[ Docs](https://mary.chandanshakya.com.np)[ RSS](/packages/chandanshakya-mary-ui-starter-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (17)Versions (8)Used By (0)

Mary UI Starter Kit for Laravel
===============================

[](#mary-ui-starter-kit-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cd6110870ae8327994cbd9dfea71ac26ce8690a8049ff860f6fc11cd6034f569/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6368616e64616e7368616b79612f6d6172792d75692d737461727465722d6b6974)](https://packagist.org/packages/ChandanShakya/mary-ui-starter-kit)[![Total Downloads](https://camo.githubusercontent.com/a3a9fbe6e223b34f6286feb4aa75224c3f08c29119202905f76558321894dbfb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f4368616e64616e5368616b79612f6d6172792d75692d737461727465722d6b6974)](https://packagist.org/packages/chandanshakya/mary-ui-starter-kit/stats)

A production-ready Laravel starter kit combining the power of [Laravel Volt](https://livewire.laravel.com/docs/volt) with [Mary UI](https://github.com/robsontenorio/mary). This package provides a complete authentication system and role-based authorization powered by Spatie's Laravel Permission package.

Features
--------

[](#features)

- **Laravel 12+** - Built with the latest Laravel version
- **Laravel Volt** - Improved Livewire component authoring experience
- **Mary UI** - Beautiful UI components built on top of Tailwind CSS and DaisyUI
- **Authentication System** - Complete authentication flow including:
    - User registration
    - Login
    - Email verification
    - Password recovery
- **Role-based Authorization** - User roles and permissions management using Spatie's Laravel Permission
- **Admin Panel** - Ready-to-use admin interface for managing users, roles, and permissions
- **Modern Frontend** - Tailwind CSS 4 with DaisyUI components
- **Vite** - Fast frontend tooling with hot module replacement

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

[](#installation)

You can create a new Mary UI Starter Kit project via laravel installer:

```
laravel new my-app --using=chandanshakya/mary-ui-starter-kit
```

or using composer

```
composer create-project chandanshakya/mary-ui-starter-kit
```

Or clone the repository manually:

```
# Clone the repository
git clone https://github.com/ChandanShakya/mary-ui-starter-kit.git
cd mary-ui-starter-kit

# Install PHP dependencies
composer install

# Copy environment file and generate app key
cp .env.example .env
php artisan key:generate

# Set up the database
php artisan migrate --seed

# Install frontend dependencies
bun install

# Run the development server
php artisan serve
# In a separate terminal
bun run dev
```

Development
-----------

[](#development)

For a streamlined development experience, you can use the provided `dev` command:

```
composer dev
```

This will concurrently run:

- Laravel development server
- Queue worker
- Laravel Pail for log monitoring
- Vite development server with hot module replacement

Default User Credentials
------------------------

[](#default-user-credentials)

After running the migrations and seeders, you can login with the following credentials:

RoleEmailPasswordAdminpasswordUserpasswordRequirements
------------

[](#requirements)

- PHP 8.2+
- Composer
- Node.js &amp; NPM

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

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

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

[](#security-vulnerabilities)

If you discover a security vulnerability within this starter kit, please send an e-mail to Chandan Shakya via . All security vulnerabilities will be promptly addressed.

License
-------

[](#license)

The Mary UI Starter Kit is open-source software licensed under the [MIT license](https://raw.githubusercontent.com/ChandanShakya/mary-ui-starter-kit/refs/heads/main/LICENSE).

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance76

Regular maintenance activity

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.1% 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 ~48 days

Total

4

Last Release

214d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/70548117?v=4)[Chandan Shakya](/maintainers/ChandanShakya)[@ChandanShakya](https://github.com/ChandanShakya)

---

Top Contributors

[![ChandanShakya](https://avatars.githubusercontent.com/u/70548117?v=4)](https://github.com/ChandanShakya "ChandanShakya (52 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (1 commits)")

---

Tags

authlaravellaravel-permissionslivewiremaryuipermissionsrolesstarter-kitvoltspatielaravelauthAuthenticationlivewirerolestailwindvoltbootstrapstarter-kitadmin-panelmary-uiui-kit

###  Code Quality

TestsPest

Static AnalysisRector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/chandanshakya-mary-ui-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/chandanshakya-mary-ui-starter-kit/health.svg)](https://phpackages.com/packages/chandanshakya-mary-ui-starter-kit)
```

###  Alternatives

[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6712.1k2](/packages/hasinhayder-tyro)

PHPackages © 2026

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