https://github.com/nielsdos/crepes
A self-hosted website to list your events and courses and let users register themselves. Think of it like a CMS for events.
https://github.com/nielsdos/crepes
content-management event event-management laravel php registration website
Last synced: 2 months ago
JSON representation
A self-hosted website to list your events and courses and let users register themselves. Think of it like a CMS for events.
- Host: GitHub
- URL: https://github.com/nielsdos/crepes
- Owner: nielsdos
- License: agpl-3.0
- Created: 2022-11-11T20:02:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T18:41:42.000Z (over 2 years ago)
- Last Synced: 2025-03-25T22:21:30.046Z (3 months ago)
- Topics: content-management, event, event-management, laravel, php, registration, website
- Language: PHP
- Homepage: https://nielsdos.github.io/crepes/
- Size: 2.41 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Crepes
A self-hosted website to list your events and courses and let users register themselves
courses registration platform and enrollment service
[](https://codecov.io/github/nielsdos/crepes)

[](https://laravel.com/docs/9.x/octane#introduction)

Table of Contents
About The Project
Getting Started
- Prerequisites
- Installation: Dependencies
- Installation: Set-up
- Running the development server
- Cronjobs
- Roadmap
- Contributing
- License
- Acknowledgments
## :star: About The Project
:camera_flash: More screenshots
![]()
![]()
Click to enlarge screenshots
This program allows users to create events in which others can register themselves in a user-friendly way.
It was originally created to organise courses, but it is more broadly applicable than that.:zap: **Features**:
- Create events (or courses) split into different sessions, and in different groups
- Intuitive user-interface for both administrators and regular users
- Email reminders and notifications
- CSV and Excel exports of data
- ...## :toolbox: Getting Started
The instructions for getting started, installing and configuring the application can be found in the [Getting Started documentation](https://nielsdos.github.io/crepes/docs/getting-started/). This is self-hosted web-based software that is built on top of [Laravel 9](https://laravel.com).
## :compass: Roadmap
- More generalisation from courses to events
- Allow end users to have more customization
- Allow news posts and other CMS-like features that support the content
- Improve UX## :wave: Contributing
Contributions are always welcome. Check out the contribution guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
## :scroll: License
This project is distributed under the AGPL-3.0 license. See [LICENSE](LICENSE) for more information.
## :gem: Acknowledgments
- [awesome-readme-template](https://github.com/Louis3797/awesome-readme-template/blob/main/README.md)
- [Laravel](https://github.com/laravel/framework)