{"id":20208640,"url":"https://github.com/orchidsoftware/fortify","last_synced_at":"2025-10-13T10:32:47.747Z","repository":{"id":44547460,"uuid":"306940988","full_name":"orchidsoftware/fortify","owner":"orchidsoftware","description":"Orchid template optimized for Fortify, an authentication package for Laravel, combining strengths for a robust and secure application environment.","archived":false,"fork":false,"pushed_at":"2023-05-28T01:38:58.000Z","size":46,"stargazers_count":31,"open_issues_count":5,"forks_count":8,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-08T00:34:36.428Z","etag":null,"topics":["hacktoberfest","laravel-auth","laravel-fortify"],"latest_commit_sha":null,"homepage":"https://orchid.software","language":"Blade","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/orchidsoftware.png","metadata":{"funding":{"github":"orchidsoftware","patreon":null,"open_collective":"orchid","ko_fi":null,"tidelift":null,"custom":null},"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null}},"created_at":"2020-10-24T17:56:32.000Z","updated_at":"2025-07-30T11:41:26.000Z","dependencies_parsed_at":"2022-08-24T05:41:09.612Z","dependency_job_id":"64c9d9dd-528e-4fb1-8ae3-2dbd5672b6a5","html_url":"https://github.com/orchidsoftware/fortify","commit_stats":{"total_commits":42,"total_committers":7,"mean_commits":6.0,"dds":0.2142857142857143,"last_synced_commit":"f6c47e350367f243225e8c0a9e946601c07e0651"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/orchidsoftware/fortify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Ffortify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Ffortify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Ffortify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Ffortify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/orchidsoftware","download_url":"https://codeload.github.com/orchidsoftware/fortify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/orchidsoftware%2Ffortify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013685,"owners_count":26085390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","laravel-auth","laravel-fortify"],"created_at":"2024-11-14T05:36:26.993Z","updated_at":"2025-10-13T10:32:47.731Z","avatar_url":"https://github.com/orchidsoftware.png","language":"Blade","funding_links":["https://github.com/sponsors/orchidsoftware","https://opencollective.com/orchid"],"categories":[],"sub_categories":[],"readme":"# Template for Fortify\n\n## Introduction\n\nAuthentication scaffolding with [Laravel Orchid](https://github.com/orchidsoftware/platform) template. \n\n## Installation\n\nYou have to install [Laravel Fortify](https://laravel.com/docs/fortify), and complete all setup without add blades calling in `App\\Providers\\FortifyServiceProvider.php`.\n\nAfter installation completed, please add session migration using:\n(to activate TwoFactorAuthentication method)\n\n```bash\nphp artisan session:table\n```\n\nTo get started, install the package using composer:\n\n```bash\ncomposer require orchid/fortify\n```\n\n\nIn `config/platform.php`, disable built-in authorization by changing the value:\n\n```php\n/*\n|--------------------------------------------------------------------------\n| Auth Page\n|--------------------------------------------------------------------------\n*/\n\n'auth'  =\u003e false,\n```\n\nTo use on the screen page, use the trait `Orchid\\Fortify\\TwoFactorScreenAuthenticatable`:\n\n```php\nuse Orchid\\Fortify\\TwoFactorScreenAuthenticatable;\n\n/**\n * Button commands.\n *\n * @return Action[]\n */\npublic function commandBar(): array\n{\n    return [\n        $this-\u003etwoFactorCommandBar(),\n    ];\n}\n\n/**\n * @return \\Orchid\\Screen\\Layout[]\n */\npublic function layout(): array\n{\n    return [\n        $this-\u003etwoFactorLayout(),\n    ];\n}\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchidsoftware%2Ffortify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Forchidsoftware%2Ffortify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Forchidsoftware%2Ffortify/lists"}