This is a simple cinema panel that allows you to add, edit, delete and view movies, select seats and more. It is built using PHP, MySQL, Composer and Bootstrap.
- Add, edit, delete and view movies
- Admin panel for managing movies
- User panel for selecting seats
- QR code generation for selected seats (using
bacon/bacon-qr-code
)
- Clone the repository
- Run
composer install
- Import the
cinema.sql
file into your database - Update the database credentials in
config.php
- Run the application
- Login to the admin panel using the default credentials (username:
tory
, password:admin
) - Add movies and start managing tickets!