Enable and disable Laravel Jetstream features

Check out How to enable and disable Laravel Jetstream features and Fortify features. Laravel Jetstream Features: Enable Terms and Privacy Policy Enable Profile Photos Enable API Tokens Enable Teams invitations Enable Account Deletion Fortify Features: Enable Registration Enable Password Resets Enable Email Verification Enable Update Profile Information Enable Update Password Enable Two Factor Authentication (2fa) Laravel Jetstream makes it so easy to enable and disable these features. Its simple a case of uncommenting the features you want enabled. Or commenting them out if you want to disable them.
Back to Top