Stars: 106
Forks: 44
Pull Requests: 1
Issues: 8
Watchers: 9
Last Updated: 2021-11-20 12:24:52
Run your own Events business with Eventmie. Use it as an event ticket selling website or event management platform on your own domain.
License: MIT License
Languages: CSS, JavaScript, PHP, Vue, SCSS, Blade
Welcome to Eventmie Lite
Eventmie is an Event planning and management Laravel package. With Eventmie, launch a dedicated platform for Event planning on your domain. Streamline the event planning process through automation. Eventmie is secure, scalable, production-ready.
Just install it into a brand new Laravel application or an existing one and start selling events for free.
Here's a complete video tutorial guide for getting started quickly Eventmie Academy ✌️
Eventmie Lite Version is open-source, free to use. Lite version has got limited features & functionality.
Eventmie Pro Version comes with Commercial license. Pro version is fully loaded with a lot of useful and exciting features.
EventmiePro FullyLoaded comes with Commercial license. Eventmie Pro FullyLoaded is Advanced version of Eventmie Pro Loaded with Power pack features.
Eventmie can be installed via composer. Easy... 🍻
config/database.php
'strict' => false
If installing Eventmie on an existing Laravel application and you already have Auth system then skip this step
if installing Eventmie on Fresh Laravel application then run
For Laravel 5.5 to 5.8
php artisan make:auth
php artisan migrate
For Laravel 6.x
composer require laravel/ui --dev
php artisan ui vue --auth
npm install && npm run dev
php artisan migrate
Install Eventmie via Composer
composer require classiebit/eventmie
Run Eventmie install command
php artisan eventmie:install
After installation, you'll see the Eventmie config config/eventmie
file. You can make the following changes-
Route config - whether to run Eventmie as a base site e.g example.com
or on a specific url e.g example.com/myevents
'route' => [
'prefix' => null, // for front-end
'admin_prefix' => 'admin', // for admin panel
],
RTL Languages - Eventmie detects RTL language from this list and changes site direction accordingly. You can add any other RTL language to the list.
'rtl_langs' => [
'ar', // arabic
'fa', // persian
'he', // hebrew
'ms', // malay
'ur', // urdu
'ml' // malayalam
],
Demo accounts have got demo data
to easily showcase all the features of Eventmie.
We refresh the database every day.
While in demo mode, there are no restrictions except -
Password is same for all -
password
[email protected]
[email protected]
[email protected]
[email protected]
Admin Panel
[email protected]