This is the website for the Gumbo Millennium student association. It boasts information about the association, with support for activities, a shop and member-only areas for documents and photos.
- Laravel Framework as foundation
- Laravel Nova for administration
- Mollie Payments API for payments
- Conscribo API for user information retreival
- Google Admin SDK for syncing our mailing lists
We're using Tailwind, drawing inspiration from the Tailwind Components.
The software is licensed under the Mozilla Public License v2.
Please have a look at the Contribution Guide on how to get started.
Via @BotFather you can create a new telegram bot
Next, replace in the .env file the TELEGRAM_BOT_NAME and TELEGRAM_BOT_TOKEN varbiables with your botname and token.
The command php artisan bot:listen
will start polling the bot for updates.