'Is it possible to rename Teams in Laravel Jetstream?
In the old Laravel Spark (now Spark Classic) you could utilise a configuration method Spark::prefixTeamsAs('bands');
a new project I'm working on uses the new Laravel Spark which is now more of a billing conduit and allows team management to be taken care of by Laravel Jetstream. Does Laravel Jetstream support referring to teams by other labels? Thanks
Solution 1:[1]
Jetstream doesn't have built-in support for renaming Teams. I worked around this by publishing the views and renaming Team in the applicable view files. I haven't overrode the routing yet, so my Teams related paths still have team in the URL.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kevin Marsden |