Download the PHP package chandanshakya/mary-ui-starter-kit without Composer
On this page you can find all versions of the php package chandanshakya/mary-ui-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download chandanshakya/mary-ui-starter-kit
More information about chandanshakya/mary-ui-starter-kit
Files in chandanshakya/mary-ui-starter-kit
Package mary-ui-starter-kit
Short Description Laravel Volt, Mary UI project starter kit with Auth and Roles
License MIT
Homepage https://github.com/chandanshakya/mary-ui-starter-kit
Informations about the package mary-ui-starter-kit
Mary UI Starter Kit for Laravel
A production-ready Laravel starter kit combining the power of Laravel Volt with Mary UI. This package provides a complete authentication system and role-based authorization powered by Spatie's Laravel Permission package.
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
You can create a new Mary UI Starter Kit project via laravel installer:
or using composer
Or clone the repository manually:
Development
For a streamlined development experience, you can use the provided dev
command:
This will concurrently run:
- Laravel development server
- Queue worker
- Laravel Pail for log monitoring
- Vite development server with hot module replacement
Default User Credentials
After running the migrations and seeders, you can login with the following credentials:
Role | Password | |
---|---|---|
Admin | [email protected] | password |
User | [email protected] | password |
Requirements
- PHP 8.2+
- Composer
- Node.js & NPM
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Security Vulnerabilities
If you discover a security vulnerability within this starter kit, please send an e-mail to Chandan Shakya via [email protected]. All security vulnerabilities will be promptly addressed.
License
The Mary UI Starter Kit is open-source software licensed under the MIT license.
All versions of mary-ui-starter-kit with dependencies
laravel/framework Version ^12.0
laravel/sanctum Version ^4.0
laravel/tinker Version ^2.10.1
livewire/livewire Version ^3.6
livewire/volt Version ^1.7
robsontenorio/mary Version ^2.0
spatie/laravel-permission Version ^6.16