tickets

🎫 Ticket sales system for LAN parties.

Stars
1

What is this?

This is a website for booking tickets to a LAN event.

Status
Branch Status
master Laravel
develop Laravel

Why?

At PIXELITY we needed an ecommerce solution for selling tickets online with specific requirements.

  • Payments via Finnish bank transfer
  • Simple ticket generation and sale
  • Seat reservation for certain ticket types.

I also made this for my own curiosity in web development.

Installation

To install this you need the following.

  • PHP 7.1 / 7.2
  • Database (MySQL/MariaDB/PostgreSQL)
  • Nginx
  • Composer

Steps to install

  1. Clone the project master.
  2. Install dependencies by running composer install
  3. Open .env file in the project root and change database configs.
  4. Run php artisan migrate to run database migrations.

Contributing

If you want, you can! Just send in an issue or pull request.

Built on

Laravel 5.6 & Bootstrap 4

License

This project is licensed under MIT license.