HZ-HBO-ICT / it-conference

Official repository for the IT-Conference
https://weareinittogether.nl
MIT License
5 stars 0 forks source link

Feature - Add Laravel Jetstream package for Authentication #381

Closed v-stamenova closed 6 months ago

v-stamenova commented 6 months ago

Description

Since we took the decision to create a brand new Laravel application to continue development, all packages were lost. Jetstream was really integrated within our system so now the only way it will be present is - authentication wise and profile management functionality. The installation process was difficult. I had to check out from the fresh installation (commit c70a4c3) and then install Jetstream. After that I merged the rest of the major-upgrade/laravel-11 branch. This brought tons of merge conflicts. I resolved all approx 50 files, but still I may have deleted some info along the way. After that I stabilised the Jetstream features. Registering as a normal user currently works including the profile management. The unit tests that come with Jetstream pass as well. I would urge for serious and rigorous testing.

Closes #364

Type of change

What needs to be tested

Checklist: