Laravel 8 marked the laravel/ui package as deprecated in favor of Jetstream.
From what I can see, Jetstream hides all of its controllers inside the package, meaning it doesn't make sense to test those controllers, as Jetstream has its own tests.
From what I understand, using this package (and upgrading it to new releases) makes only sense for people already using the old authentication flow, who want to upgrade their existing projects. The question I have as a maintainer — is it worth it?
I am @'ing a few people who have contributed/were active on/are watching this repo. Please let me know what you think. See #54 and the deprecation notice in particular to get a sense of what all of this means. :)
Have a good day,
Dariusz
cc: @drbyte @nhedger @benyou1969 @zaknesler @FaizAhmadSE @drehimself
Laravel 8 marked the laravel/ui package as deprecated in favor of Jetstream.
From what I can see, Jetstream hides all of its controllers inside the package, meaning it doesn't make sense to test those controllers, as Jetstream has its own tests.
From what I understand, using this package (and upgrading it to new releases) makes only sense for people already using the old authentication flow, who want to upgrade their existing projects. The question I have as a maintainer — is it worth it?
I am @'ing a few people who have contributed/were active on/are watching this repo. Please let me know what you think. See #54 and the deprecation notice in particular to get a sense of what all of this means. :)
Have a good day,
Dariusz
cc: @drbyte @nhedger @benyou1969 @zaknesler @FaizAhmadSE @drehimself