GrafiteInc/Auth

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.gitattributes
.github/workflows/php-package-tests.yml
.gitignore
CHANGELOG.md
CONTRIBUTING.md
GrafiteAuth-banner.png
LICENSE
LICENSE.md
composer.json
phpunit.xml.dist
readme.md
src/AuthCommand.php84
A
45 mins
src/AuthRouteMethods.php39
A
1 hr
src/ControllersCommand.php26
A
0 mins
src/Facades/GrafiteAuth.php14
A
0 mins
src/Foundation/AuthenticatesUsers.php94
A
0 mins
src/Foundation/ConfirmsPasswords.php34
A
0 mins
src/Foundation/RedirectsUsers.php12
A
0 mins
src/Foundation/RegistersUsers.php33
A
0 mins
src/Foundation/ResetsPasswords.php94
A
0 mins
src/Foundation/SendsPasswordResetEmails.php52
A
0 mins
src/Foundation/ThrottlesLogins.php61
A
0 mins
src/Foundation/VerifiesEmails.php54
A
0 mins
src/GrafiteAuthServiceProvider.php23
A
0 mins
src/stubs/auth-controllers/ConfirmPasswordController.stub
src/stubs/auth-controllers/ForgotPasswordController.stub
src/stubs/auth-controllers/LoginController.stub
src/stubs/auth-controllers/RegisterController.stub
src/stubs/auth-controllers/ResetPasswordController.stub
src/stubs/auth-controllers/VerificationController.stub
src/stubs/controllers/HomeController.stub
src/stubs/migrations/2014_10_12_100000_create_password_resets_table.php19
A
0 mins
src/stubs/routes.stub
src/stubs/views/auth/login.stub
src/stubs/views/auth/passwords/confirm.stub
src/stubs/views/auth/passwords/email.stub
src/stubs/views/auth/passwords/reset.stub
src/stubs/views/auth/register.stub
src/stubs/views/auth/verify.stub
src/stubs/views/home.stub
src/stubs/views/layouts/app.stub