Giter Club home page Giter Club logo

eventmie-docs's Introduction

Eventmie Lite Docs

Welcome to Eventmie Lite Documentation


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.


Read the documentation live - Eventmie Docs

Live Preview - Eventmie


Eventmie - Event planning reimagined with Laravel


Here's a complete video tutorial guide for getting started quickly Eventmie Academy โœŒ๏ธ


Lite Version

Eventmie Lite Version is open-source, free to use. Lite version has got limited features & functionality.

  • Live - Visit lite version live.
  • Github - Give us a Star.
  • Download - Visit here to download.

Pro Version

Eventmie Pro Version comes with Commercial license. Pro version is fully loaded with a lot of useful and exciting features.

  • Live - Live preview available now.
  • Purchase - Available for purchase now - Flat 50% Off (limited time offer)

FullyLoaded Version

EventmiePro FullyLoaded comes with Commercial license. Eventmie Pro FullyLoaded is Advanced version of Eventmie Pro Loaded with Power pack features.

  • Live - Live preview available now.
  • Purchase - Available for purchase now - Flat 50% Off (limited time offer)

Installation

Eventmie can be installed via composer. Easy... ๐Ÿป

Prerequisites

  • Laravel version 5.5 / 5.6 / 5.7 / 5.8 / 6.x
  • Make sure to install Eventmie package on a Fresh or Existing Laravel application.
  • We also assume that you've setup the database.

Install

  1. 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
  2. Install Eventmie via Composer

    composer require classiebit/eventmie
  3. Run Eventmie install command

    php artisan eventmie:install

Configurations

After installation, you'll see the Eventmie config config/eventmie file. You can make the following changes-


  1. 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
    ],
  2. 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

Demo accounts have got demo data to easily showcase all the features of Eventmie.

  1. We refresh the database every day.

  2. While in demo mode, there are no restrictions except -

    • Deleting or Disabling user account.
    • Changing User email and password.
    • Deleting categories and events.
    • Modifying admin panel settings.

Password is same for all - password


Customer Accounts

  1. David lane - [email protected]
  2. Cora Woods - [email protected]
  3. Roman Pane - [email protected]
  4. Tara Young - [email protected]

Account having access to Admin Panel

  1. Super-Admin (full access) - [email protected]

Read the beautiful documentation here - Eventmie Docs


eventmie-docs's People

Contributors

classiebit avatar deeepak-panwar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tubbz-alt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.