Best laravel framework open-source packages.

Event management

Event Management System built with Laravel Livewire
Updated 9 months ago

About The Project

The application enables users to efficiently organize and manage events by allowing them to add, view, edit, and delete participants for each event. Additionally, it incorporates QR code generation for seamless ticket tracking.

  • [x] Project Init
  • [x] Complete Functionality
  • [x] Design UI
  • [x] Write Tests codecov
  • [x] Deployment
  • [ ] Automated Deployment

Pages

Pages Description
/ Displays all the events in the database
/{event_id} Display Add Participants Form with Participants Table for a specific event
/participants Display all the participants

Code Coverage

Code Coverage

Installation

To install Event Maangement (Takshak) locally, follow these steps:

  1. Clone the repository from GitHub:

    git clone https://github.com/sahrohit/event-management.git
    cd event-management
  2. Install the required dependencies using Composer:

    composer install
  3. Set up the environment file:

    cp .env.example .env
  4. Create the database and set its credentials in the .env file.

  5. . Run the migrations and seed the database:

    php artisan migrate --seed
  6. Start the development server:

    php artisan serve
  7. Start Vite development server:

    npm run dev

Built With

TailwindCSS Laravel Livewire Pest SQL Lite

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Built by

License

Distributed under the MIT License. See LICENSE.txt for more information.

Tags events