.editorconfig | |
|
|
.gitattributes | |
|
|
.github/CODE_OF_CONDUCT.md | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/Bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/SECURITY.md | |
|
|
.github/SUPPORT.md | |
|
|
.github/workflows/databases.yml | |
|
|
.github/workflows/facades.yml | |
|
|
.github/workflows/issues.yml | |
|
|
.github/workflows/pull-requests.yml | |
|
|
.github/workflows/static-analysis.yml | |
|
|
.github/workflows/tests.yml | |
|
|
.github/workflows/update-changelog.yml | |
|
|
.gitignore | |
|
|
.styleci.yml | |
|
|
CHANGELOG.md | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
bin/facades.php | 441 | A 0 mins |
|
bin/release.sh | |
|
|
bin/split.sh | |
|
|
bin/splitsh-lite | |
|
|
bin/test.sh | |
|
|
composer.json | |
|
|
docker-compose.yml | |
|
|
phpstan.src.neon.dist | |
|
|
phpstan.types.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/Illuminate/Auth/Access/AuthorizationException.php | 44 | A 0 mins |
|
src/Illuminate/Auth/Access/Events/GateEvaluated.php | 16 | A 0 mins |
|
src/Illuminate/Auth/Access/Gate.php | 395 | D 1 day |
|
src/Illuminate/Auth/Access/HandlesAuthorization.php | 21 | A 0 mins |
|
src/Illuminate/Auth/Access/Response.php | 82 | A 0 mins |
|
src/Illuminate/Auth/AuthManager.php | 141 | A 0 mins |
|
src/Illuminate/Auth/AuthServiceProvider.php | 66 | A 0 mins |
|
src/Illuminate/Auth/Authenticatable.php | 38 | A 0 mins |
|
src/Illuminate/Auth/AuthenticationException.php | 22 | A 0 mins |
|
src/Illuminate/Auth/Console/ClearResetsCommand.php | 15 | A 0 mins |
|
src/Illuminate/Auth/Console/stubs/make/views/layouts/app.stub | |
|
|
src/Illuminate/Auth/CreatesUserProviders.php | 44 | A 0 mins |
|
src/Illuminate/Auth/DatabaseUserProvider.php | 74 | A 35 mins |
|
src/Illuminate/Auth/EloquentUserProvider.php | 114 | A 35 mins |
|
src/Illuminate/Auth/Events/Attempting.php | 14 | A 0 mins |
|
src/Illuminate/Auth/Events/Authenticated.php | 14 | A 0 mins |
|
src/Illuminate/Auth/Events/CurrentDeviceLogout.php | 14 | A 0 mins |
|
src/Illuminate/Auth/Events/Failed.php | 14 | A 0 mins |
|
src/Illuminate/Auth/Events/Lockout.php | 11 | A 0 mins |
|