Control Laravel Jetstream & Fortify features

491 0 0 0

Last Updated : 2024-04-19 15:22:06

this snippet will teach you how to enable or disable jetstream or fortify features

To enable or disable any jetstream or fortify features just go to config/jetstream.php or config/fortify.php


Then jump to features sections and enable or disable waht you want from there


'features' => [
Features::registration(),
Features::resetPasswords(), // to disable just comment this
// Features::emailVerification(), // to enable just uncomment this
Features::updateProfileInformation(),
Features::updatePasswords(),
Features::twoFactorAuthentication([
'confirmPassword' => true,
]),
],

 

Mahmoud Anwar

Mahmoud Anwar

Back End Developer with a passion for developing innovative web applications that expedite the efficiency and effectiveness of organizational success. Well-versed in technology and writing code to create systems that are reliable and user-friendly. Also has the proven ability to motivate, educate, and collaborate effectively to build web applications and effectively track changes. Confident communicator, strategic thinker, and innovative creator to develop software that is customized to meet a company’s organizational needs, highlight their core competencies, and further their success.