classiebit / eventmie
Run your own Events business with Eventmie Pro. Use it as event ticket selling website or event management platform on your own domain.
Installs: 1 906
Dependents: 0
Suggesters: 0
Security: 0
Stars: 175
Watchers: 11
Forks: 70
Open Issues: 13
pkg:composer/classiebit/eventmie
Requires
- devrabiul/laravel-cookie-consent: ^1.0
- illuminate/support: ~8.0|~9.0|~10.0|~11.0
- laravel/ui: ^4.6
- league/flysystem-aws-s3-v3: ^3.29
- tcg/voyager: ^1.8
- tightenco/ziggy: ^2.5
Requires (Dev)
- laravel/framework: ~8.0|~9.0|~10.0|~11.0
- dev-master
- 3.0.0
- 2.0.0
- 1.0.12
- 1.0.11
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/express-4.19.2
- dev-dependabot/npm_and_yarn/webpack-dev-middleware-5.3.4
- dev-dependabot/npm_and_yarn/follow-redirects-1.15.6
- dev-dependabot/npm_and_yarn/babel/traverse-7.23.9
- dev-dependabot/npm_and_yarn/axios-0.28.0
- dev-dependabot/npm_and_yarn/browserify-sign-4.2.2
- dev-dependabot/npm_and_yarn/postcss-8.4.31
This package is auto-updated.
Last update: 2025-10-17 13:44:31 UTC
README
The Ultimate Event Management Platform for Laravel
📚 Documentation • 🎬 Video Tutorials • 🌐 Live Demo
🚀 What is Eventmie?
Eventmie is a powerful, self-hosted event management and ticketing platform built with Laravel. Whether you're organizing conferences, workshops, concerts, or corporate events, Eventmie provides everything you need to create, manage, and monetize your events with ease.
✨ Why Choose Eventmie?
- 🎯 Built for Laravel - Seamlessly integrates with your existing Laravel applications
- 🔒 Secure & Reliable - Enterprise-grade security with regular updates
- 📱 Mobile Responsive - Perfect experience across all devices
- 🌍 Multi-language Support - Reach global audiences with RTL support
- 💳 Payment Integration - Multiple payment gateways supported
- 📊 Analytics Dashboard - Track sales, attendance, and revenue
- 🎨 Customizable - White-label solution for your brand
🎁 Eventmie Lite vs Pro vs FullyLoaded vs Apps: Detailed Comparison
Feature/Aspect | Eventmie Lite | Eventmie Pro | Eventmie Pro FullyLoaded | Eventmie Apps (Mobile) |
---|---|---|---|---|
Purpose | Basic event management for free events | Core event management system | Advanced, enterprise-level platform with 50+ premium features | Mobile ticketing, check-in, and attendee engagement |
Target Users | Small organizers, non-profits, free events | Small event organizers, startups, solo entrepreneurs | Large-scale event planners, agencies, cinemas, institutions, governments | Organizers and attendees needing mobile access |
Ownership | Self-hosted | Self-hosted | Self-hosted | Self-hosted, integrates with FullyLoaded |
License Types | Open Source (MIT) | Developer, Non-Developer, Enterprise | Developer, Non-Developer, Enterprise | Developer, Non-Developer, Enterprise (requires FullyLoaded) |
Customization | Limited | Customizable | Fully customizable with extended modules | Customizable branding and features |
Key Features | Free event creation & management, Basic ticket booking, Free registrations only | Create/manage events, Ticket booking, Payment gateways, Multilingual, Calendar & search filters, AI-powered event creation | Includes all Eventmie Pro features PLUS: Reserved Seating, POS System, WhatsApp & SMS Booking Alerts, Android & iOS Scanner Apps, Promo Codes, Multi-color themes, Embedded Live Streaming, Hands-free Auto Check-in, Ecommerce Shop & Addons, Two-Way Communication, Advanced Reporting & Dashboard, AI-powered event creation & marketing | Mobile ticket scanning & check-in, Attendee app, Push notifications, Real-time updates, Offline support |
Paid Events | ❌ Free events only | ✅ Full payment support | ✅ Full payment support | ✅ Full payment support |
Online Events | ❌ | ✅ | ✅ | ✅ |
AI Event Creation | ❌ | ✅ | ✅ | ✅ |
Advanced Analytics | ❌ | ✅ | ✅ | ✅ |
Custom User Roles | ❌ | ✅ | ✅ | ✅ |
POS System | ❌ | ✅ | ✅ | ✅ |
Scanner App | ❌ | ❌ | ✅ | ✅ |
Mobile App Support | ❌ | ❌ | ✅ (optional with Web + Apps bundle) | Native Android & iOS apps built with React Native |
Installation Support | Self-installation | With Non-Developer & Enterprise licenses, the platform is installed on your domain & server/hosting | With Non-Developer & Enterprise licenses, the platform is installed on your domain & server/hosting | With Non-Developer & Enterprise licenses, the apps are published on your Play Store & App Store accounts |
Pricing | 🆓 Free | 💰 From $69 to $299 |
💰 From $499 to $999 |
💰 From $1499 to $3999 |
Best For | Testing the platform, free community events, non-profit organizations | Getting started with selling tickets online | Running your own full-featured ticketing platform with branding, apps & complete control | Enhancing attendee experience and on-the-go event management |
Best Value Offer | Perfect for testing | Great starting point | 🎁 When you buy Eventmie Pro FullyLoaded Web + App bundle, you get the Web version for free. It's like USD 499 discount. Read the limited time offer below. 💰 | Complete mobile solution |
🎯 Perfect For
- Event Organizers - Manage conferences, workshops, and seminars
- Educational Institutions - Host courses, webinars, and training sessions
- Businesses - Organize corporate events, product launches, and team building
- Non-profits - Fundraising events, charity galas, and community gatherings
- Entertainment - Concerts, festivals, and cultural events
- Agencies - White-label solution for client events
📋 Prerequisites
Before installing Eventmie, ensure your system meets these requirements:
- Laravel 9.x, 10.x, or 11.x
- PHP 8.3 or higher
- MySQL 5.7+ or PostgreSQL 10+
- Node.js 16+ and NPM 8+
- Composer 2.0+
🔧 System Requirements
- Memory: 512MB RAM minimum (1GB recommended)
- Storage: 100MB for installation + event data
- Extensions: BCMath, Ctype, JSON, Mbstring, OpenSSL, PDO, Tokenizer, XML
🚀 Installation Guide
For Fresh Laravel Application
Step 1: Create New Laravel Project
composer create-project --prefer-dist laravel/laravel:^11.0 eventmie-app
cd eventmie-app
Step 2: Configure Database
Update your .env
file with database credentials:
DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=eventmie_db DB_USERNAME=your_username DB_PASSWORD=your_password
Step 3: Install Eventmie
composer require classiebit/eventmie
Step 4: Run Installation Command
php artisan eventmie:install
Step 5: Install NPM Dependencies
npm install npm run build
Step 6: Start Your Application
php artisan serve
For Existing Laravel Application
Step 1: Install Eventmie
composer require classiebit/eventmie
Step 2: Run Installation Command
php artisan eventmie:install
Step 3: Install NPM Dependencies
npm install npm run build
🔑 Default Admin Credentials
After installation, you can access the admin panel with these credentials:
- Email:
admin@admin.com
- Password:
password
Admin Panel URL: https://yoursite.com/admin
🌐 Access Your Event Platform
- Frontend: Visit your domain (e.g.,
https://yoursite.com
) - Admin Panel: Visit
/admin
(e.g.,https://yoursite.com/admin
)
🎨 Configuration
Route Configuration
Edit config/eventmie.php
to customize your routes:
'route' => [ 'prefix' => null, // Frontend route prefix 'admin_prefix' => 'admin', // Admin panel prefix ],
RTL Language Support
Add RTL languages to support right-to-left layouts:
'rtl_langs' => [ 'ar', // Arabic 'fa', // Persian 'he', // Hebrew 'ur', // Urdu // Add more as needed ],
🎬 Getting Started
📚 Documentation
- Complete Documentation - Comprehensive guides and API references
- Video Tutorials - Step-by-step video guides
- Community Forum - Get help from the community
🎯 Quick Start Guide
-
Create Your First Event
- Login to admin panel
- Navigate to Events → Create Event
- Fill in event details, pricing, and schedule
-
Customize Your Brand
- Upload your logo and favicon
- Customize colors and themes
- Set up email templates
-
Configure Payments
- Add your payment gateway credentials
- Set up tax settings
- Configure refund policies
🔥 Upgrade to Pro for More Power
🚀 Eventmie Pro Features
Transform your event business with advanced features:
- 🌐 Online Events - Host virtual events, webinars, and hybrid experiences
- 📊 Advanced Analytics - Detailed reports, revenue tracking, and attendee insights
- 👥 Custom User Roles - Admin, Organizer, Customer, POS, Scanner roles
- 💳 Multiple Payment Gateways - Stripe, PayPal, Razorpay, and more
- 📱 Mobile App Ready - API endpoints for mobile applications
- 🎨 White-label Solution - Complete branding customization
- 🔔 Advanced Notifications - Email, SMS, and push notifications
- 📈 Revenue Optimization - Dynamic pricing, discounts, and promotions
🎯 Get Eventmie Pro - From $69 (50% OFF Limited Time)
🏆 Eventmie Pro FullyLoaded - The Ultimate Solution
⚡ Enterprise-Grade Features
For serious event businesses that need maximum power:
- 🤖 AI-Powered Event Creation - Let AI help create compelling event descriptions
- 🏪 POS System Integration - Complete point-of-sale for physical events
- 📱 Scanner Mobile App - Dedicated iOS/Android app for ticket scanning
- 🎯 Advanced Marketing Tools - Email campaigns, social media integration
- 📊 Enterprise Analytics - Custom dashboards, advanced reporting
- 🔐 Enhanced Security - Two-factor authentication, audit logs
- 🌍 Multi-site Management - Manage multiple event sites from one dashboard
- 🎨 Custom Development - Priority support and custom feature development
🚀 Get Eventmie Pro FullyLoaded - From $499 (50% OFF Limited Time)
🎭 Demo Accounts
🔑 Default Admin Account (After Installation)
- Email:
admin@admin.com
- Password:
password
- Access: Full admin panel access
👥 Sample Customer Accounts (Live Demo)
Experience Eventmie with our live demo accounts (Password: password
):
- David Lane -
davidlane@mail.com
- Cora Woods -
corawoods@mail.com
- Roman Pane -
romanpane@mail.com
- Tara Young -
tarayoung@mail.com
🤝 Support & Community
📞 Support Channels
- 📚 Documentation: eventmie-docs.classiebit.com
- 💬 Community: GitHub Discussions
- 📧 Email Support: Available for Pro and FullyLoaded users
- 🎬 Video Tutorials: Eventmie Academy
🐛 Reporting Issues
Found a bug? Please report it on GitHub Issues with:
- Laravel version
- PHP version
- Error logs
- Steps to reproduce
📄 License
Eventmie Lite is open-source software licensed under the MIT license.
Commercial Licenses:
- Eventmie Pro: Commercial license required
- Eventmie Pro FullyLoaded: Commercial license required
🌟 Why Developers Love Eventmie
"Eventmie has transformed how we handle events. The Laravel integration is seamless, and the Pro features saved us months of development time." - Sarah M., Event Agency Owner
"The FullyLoaded version with AI features and POS integration is exactly what we needed for our multi-venue business." - Mike R., Entertainment Company
🚀 Ready to Get Started?
🎯 Choose Your Eventmie Experience
🆓 Lite (Free)Perfect for free events Free registrations only ⭐ Star on GitHub |
💰 Pro (From $69)For growing businesses Advanced features & support 🚀 Get Pro Now |
🏆 FullyLoaded (From $499)For enterprise needs AI + POS + Scanner App ⚡ Get FullyLoaded |
Made with ❤️ by Classiebit