Thank you to CZQO for developing the inital core! https://github.com/gander-oceanic-fir-vatsim/czqo-core/
We would love you to help out with the website! If you find something and fix it, or notice something, or even have a feature request, feel free to make a pull request or an issue.
Guidelines for submitting an issue:
- Be sensible, and don't spam with unnecessary issues.
- Tell us:
- What is the issue/feature?
- Why does it need to be fixed/why is it important to add?
- How can we reproduce the issue? (if it is a bug)
- What have you already tried? (if it is a bug)
Guidelines for submitting a pull request:
- Be sensible as stated above.
- Tell us:
- What you have fixed/added and where you fixed it
- Why it was a problem, or why it was neccessary/nice to add
- Document/comment your code. This is important for us and future developers so they can understand what you have written.
- Rename
.env.example
to.env
and fill required fields. The VATSIM connect demo URI is already placed in there. Get your ID and put your redirect URI into http://auth-dev.vatsim.net. - Create a SQL database, and put the credentials in
.env
. - Run
php artisan migrate --seed
(runs database migrations and seeds with required rows). - Run
php artisan key:generate
. - Login with one of the accounts found at http://wiki.vatsim.net/connect.
- Give that new account in the
users
table apermissions
value of5
.