Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Under Other
By Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Under Other
By Attendize
Attendize is an open-source ticketing and event management application built using the Laravel PHP framework. Attendize allows event organisers to sell tickets to their events and manage attendees without paying service fees to third party ticketing companies.
Attendize
Open-source ticket selling and event management platform
Please report bugs here: https://github.com/Attendize/Attendize/issues. Detailed bug reports are more likely to be looked at. Simple creating an issue and saying "it doesn't work" is not useful. Providing some steps to reproduce your problem as well as details about your operating system, PHP version etc can help.
Take a look http://www.attendize.com/troubleshooting.html and follow the http://www.attendize.com/getting_started.html guide to make sure you have configured attendize correctly.
Documentation Website: http://www.attendize.com
Demo Event Page: http://attendize.website/e/799/attendize-test-event-w-special-guest-attendize
Demo Back-end Demo: http://attendize.website/signup
Attendize should run on most pre-configured LAMP or LEMP environments as long as certain requirements are adhered to. Attendize is based on the Laravel Framework
PHP Requirements
1. PHP >= 7.1.3
2. OpenSSL PHP Extension
3. PDO PHP Extension
4. Mbstring PHP Extension
5. Tokenizer PHP Extension
6. Fileinfo PHP Extension
7. GD PHP Extension
MySQL Requirements
1. MySQL version 5.7 or higher required
Feel free to fork and contribute. If you are unsure about adding a feature, create a Github issue to ask for Feedback. Read the contribution guidelines
If you encounter a bug in Attendize, please first search the list of current open Issues on the GitHub repository. You may add additional feedback on an existing bug report. If the issue you're having has not yet been reported, please open a new issue. There is a template available for new issues. Please fill out all information requested in the template so we can help you more easily.
Please note: support is not offered from the project maintainers through GitHub. Paid support is available by purchasing a license.
To get developing straight away use the Pre-configured Docker Environment
To do a manual installation use the Manual Installation Steps
To run the application tests, you can run the following from your project root:
```sh
touch database/database.sqlite
./vendor/bin/phpunit
```
This will run the feature tests that hits the database using the sqlite
database connection.
If you are having problems please read the troubleshooting guide
Attendize is open-sourced software licensed under the Attribution Assurance License. See http://www.attendize.com/license.html for further details. We also have white-label license options available.
The Attendize community operates a Code of Conduct to ensure everyone is able to participate comfortably, equally and safely.