Where RC planes and code meet each other.
A Laravel based application to manage flights, members, send newsletters and many more!
- Register new flights
- Register as new club member
- Authentication system with password reset
- Show flights and search flights based of name
- Flight statistics (flights each month, top 10 pilots, flight per model)
- Generate flight reports
- Show members and filter by firstname, last name, phone or role
- Add new members
- Contact members (with filters for specific member types)
- Settings page
- Laravel
- Livewire
- Nwidart Modules
- Bootstrap
- MariaDB
- Redis
- Clone this repo and put it in you're web directory.
- Change the web directory path to
/public
. - Copy
.env.example
to.env
. - Create an database (MySQL or MariaDB) and put the credentials inside
.env
. - Change the
APP_URL
in.env
to your domain. - Put in the EMAIL credentials in
.env
.
- Generate
APP_KEY
php artisan key:generate
- Run composer install
composer install
If encountering any problems:
- Make sure that
APP_DEBUG
in.env
is set totrue
so you can see the error - If that is still not working, feel free to create an issue here.
ex. @Kelvin de Reus
This project is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 License.
See the LICENSE.md file for details
If you encounter any security issues, please mail to [email protected].