This is a website for booking tickets to a LAN event.
Branch | Status |
---|---|
master | |
develop |
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.
To install this you need the following.
- PHP 7.1 / 7.2
- Database (MySQL/MariaDB/PostgreSQL)
- Nginx
- Composer
- Clone the project master.
- Install dependencies by running
composer install
- Open .env file in the project root and change database configs.
- Run
php artisan migrate
to run database migrations.
If you want, you can! Just send in an issue or pull request.
Laravel 5.6 & Bootstrap 4
This project is licensed under MIT license.