{"id":15296466,"url":"https://github.com/solumdesignum/fortify-i18n","last_synced_at":"2025-10-07T08:31:09.496Z","repository":{"id":57055372,"uuid":"362593766","full_name":"SolumDeSignum/fortify-i18n","owner":"SolumDeSignum","description":null,"archived":true,"fork":false,"pushed_at":"2021-08-04T15:44:55.000Z","size":359,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-03T21:33:25.871Z","etag":null,"topics":["php8","php81"],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/SolumDeSignum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null}},"created_at":"2021-04-28T20:08:43.000Z","updated_at":"2023-03-17T19:49:38.000Z","dependencies_parsed_at":"2022-08-24T14:00:32.949Z","dependency_job_id":null,"html_url":"https://github.com/SolumDeSignum/fortify-i18n","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Ffortify-i18n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Ffortify-i18n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Ffortify-i18n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SolumDeSignum%2Ffortify-i18n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SolumDeSignum","download_url":"https://codeload.github.com/SolumDeSignum/fortify-i18n/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235607123,"owners_count":19017298,"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","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":["php8","php81"],"created_at":"2024-09-30T18:10:37.796Z","updated_at":"2025-10-07T08:31:03.913Z","avatar_url":"https://github.com/SolumDeSignum.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://laravel.com/assets/img/components/logo-fortify.svg\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/laravel/fortify/actions\"\u003e\n        \u003cimg src=\"https://github.com/laravel/fortify/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/fortify\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/dt/laravel/fortify\" alt=\"Total Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/fortify\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/v/laravel/fortify\" alt=\"Latest Stable Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/laravel/fortify\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/l/laravel/fortify\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Introduction\n\nLaravel Fortify is a frontend agnostic authentication backend for Laravel. Fortify powers the registration, authentication, and two-factor authentication features of [Laravel Jetstream](https://github.com/laravel/jetstream).\n\n- [Official Documentation](#official-documentation)\n    - [Installation](#installation)\n        - [The Fortify Service Provider](#the-fortify-service-provider)\n        - [Fortify Features](#fortify-features)\n        - [Disabling Views](#disabling-views)\n    - [Authentication](#authentication)\n        - [Customizing User Authentication](#customizing-user-authentication)\n    - [Two Factor Authentication](#two-factor-authentication)\n        - [Enabling Two Factor Authentication](#enabling-two-factor-authentication)\n        - [Authenticating With Two Factor Authentication](#authenticating-with-two-factor-authentication)\n        - [Disabling Two Factor Authentication](#disabling-two-factor-authentication)\n    - [Registration](#registration)\n        - [Customizing Registration](#customizing-registration)\n    - [Password Reset](#password-reset)\n        - [Requesting A Password Reset Link](#requesting-a-password-reset-link)\n        - [Resetting The Password](#resetting-the-password)\n        - [Customizing Password Resets](#customizing-password-resets)\n    - [Email Verification](#email-verification)\n        - [Protecting Routes](#protecting-routes)\n    - [Password Confirmation](#password-confirmation)\n- [Contributing](#contributing)\n- [Code of Conduct](#code-of-conduct)\n- [Security Vulnerabilities](#security-vulnerabilities)\n- [License](#license)\n\n## Official Documentation\n\n\u003e **Note:** Want an example of implementing each of these authentication related views? Check out their [Blade based Jetstream implementations](https://github.com/laravel/jetstream/tree/1.x/stubs/resources/views/auth)!\n\nYou may use Fortify (without Jetstream) to serve a headless authentication backend for your Laravel application. In this scenario, you are required to build your own templates using the frontend stack of your choice (Blade, Vue, etc.)\n\n### Installation\n\nTo get started, install Fortify using Composer:\n\n```bash\ncomposer require solumdesignum/fortify\n```\n\nNext, publish Fortify's resources:\n\n```bash\nphp artisan vendor:publish --provider=\"Laravel\\Fortify\\FortifyServiceProvider\"\n```\n\nThis command will publish Fortify's actions to your `app/Actions` directory. This directory will be created if it does not exist. In addition, Fortify's configuration file and migrations will be published.\n\nNext, you should migrate your database:\n\n```bash\nphp artisan migrate\n```\n\n#### The Fortify Service Provider\n\nThe `vendor:publish` command discussed above will also publish the `app/Providers/FortifyServiceProvider` file. You should ensure this file is registered within the `providers` array of your `app` configuration file.\n\nThis service provider registers the actions that Fortify published, instructing Fortify to use them when their respective tasks are executed by Fortify.\n\n#### Fortify Features\n\nThe `fortify` configuration file contains a `features` configuration array. This array defines which backend routes / features Fortify will expose by default. If you are not using Fortify in combination with [Laravel Jetstream](https://jetstream.laravel.com), we recommend that you only enable the following features, which is the same feature set available in previous Laravel authentication scaffolding packages:\n\n```php\n'features' =\u003e [\n    Features::registration(),\n    Features::resetPasswords(),\n    Features::emailVerification(),\n],\n```\n\nIf you are not using Laravel Jetstream, you should implement user profile updates, password updates, and two-factor authentication yourself.\n\n#### Disabling Views\n\nBy default, Fortify define routes that are intended to return views, such as a login screen or registration screen. However, if you are building a JavaScript driven single-page application, you may not have any need for these routes. For that reason, you may disable these routes entirely by setting the `views` configuration value within your `config/fortify.php` configuration file to `false`:\n\n```php\n'views' =\u003e false,\n```\n\n\u003e **Note:** If you choose to disable Fortify's views, you should still define a route named `password.reset` that is responsible for displaying your application's \"reset password\" view. This is necessary because Laravel's `Illuminate\\Auth\\Notifications\\ResetPassword` notification will generate the password reset URL via the `password.reset` named route.\n\n### Authentication\n\nTo get started, we need to instruct Fortify how to return our `login` view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::loginView(function () {\n    return view('auth.login');\n});\n```\n\nFortify will take care of generating the `/login` route that returns this view. Your `login` template should include a form that makes a POST request to `/login`. The `/login` action expects a string email address / username and a `password`. The name of the email / username field should match the `username` value of the `fortify` configuration file. In addition, a boolean `remember` field may be provided to indicate that the user would like to use the \"remember me\" functionality.\n\nIf the login attempt is successful, Fortify will redirect you to the URI configured via the `home` configuration option within your `fortify` configuration file. If the login request was an XHR request, a `200` HTTP response will be returned.\n\nIf the request was not successful, the user will be redirected back to the login screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n#### Customizing User Authentication\n\nFortify will automatically retrieve and authenticate the user based on the provided credentials and the authentication guard that is configured for your application. However, you may sometimes wish to have full customization over how login credentials are authenticated and users are retrieved. Thankfully, Fortify allows you to easily accomplish this using the `Fortify::authenticateUsing` method.\n\nThis method accepts a Closure which that receives the incoming HTTP request. The Closure is responsible for validating the login credentials attached to the request and returning the associated user instance. If the credentials are invalid or no user can be found, `null` or `false` should be returned by the Closure. Typically, this method should be called from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse App\\Models\\User;\nuse Illuminate\\Http\\Request;\nuse Illuminate\\Support\\Facades\\Hash;\nuse Laravel\\Fortify\\Fortify;\n\nFortify::authenticateUsing(function (Request $request) {\n    $user = User::where('email', $request-\u003eemail)-\u003efirst();\n\n    if ($user \u0026\u0026\n        Hash::check($request-\u003epassword, $user-\u003epassword)) {\n        return $user;\n    }\n});\n```\n\n##### Authentication Guard\n\nWhen customizing the authentication guard in your `fortify.php` file make sure that you're using an implementation of a `StatefulGuard` which Fortify needs in order to function properly. For example, Laravel's `api` guard uses stateless tokens so it cannot be used in combination with Fortify. If you are attempting to use Laravel Fortify to authenticate an SPA, you should use Laravel's default `web` guard in combination with [Laravel Sanctum](https://laravel.com/docs/sanctum).\n\n### Two Factor Authentication\n\nWhen two factor authentication is enabled, the user is required to input a six digit numeric token during the authentication process. This token is generated using a time-based one-time password (TOTP) that can be retrieved from any TOTP compatible mobile authentication application such as Google Authenticator.\n\nTo get started, you should first ensure that your application's `App\\Models\\User` model uses the `Laravel\\Fortify\\TwoFactorAuthenticatable` trait:\n\n```php\nuse Illuminate\\Foundation\\Auth\\User as Authenticatable;\nuse Illuminate\\Notifications\\Notifiable;\nuse Laravel\\Fortify\\TwoFactorAuthenticatable;\n\nclass User extends Authenticatable\n{\n    use Notifiable, TwoFactorAuthenticatable;\n}\n ```\n\nNext, you should build a screen within your application where users can manage their two factor authentication settings. This screen should allow the user to enable and disable two factor authentication, as well as regenerate their two factor authentication recovery codes.\n\n\u003e By default, the `features` array of the `fortify` configuration file instructs Fortify's two factor authentication settings to require [password confirmation](#password-confirmation) before modification. Therefore, your application should implement Fortify's password confirmation feature before continuing.\n\n#### Enabling Two Factor Authentication\n\nTo enable two factor authentication, your application should make a POST request to `/user/two-factor-authentication`. If the request is successful, the user will be redirected back to the previous URL and the `status` session variable will be set to `two-factor-authentication-enabled`. You may detect this `status` session variable within your templates to display the appropriate success message. If the request was an XHR request, `200` HTTP response will be returned:\n\n```html\n@if (session('status') == 'two-factor-authentication-enabled')\n    \u003cdiv class=\"mb-4 font-medium text-sm text-green-600\"\u003e\n        Two factor authentication has been enabled.\n    \u003c/div\u003e\n@endif\n```\n\nNext, you should display the two factor authentication QR code for the user to scan into their authenticator application. If you are using Blade to render your application's frontend, you may retrieve the QR code SVG using the `twoFactorQrCodeSvg` method:\n\n```php\n$request-\u003euser()-\u003etwoFactorQrCodeSvg();\n```\n\nIf you are building a JavaScript powered frontend, you may make an XHR GET request to `/user/two-factor-qr-code`. This URL will return a JSON object containing an `svg` key.\n\nYou should also display the user's two factor recovery codes. These recovery codes allow the user to authenticate if they lose access to their mobile device. If you are using Blade to render your application's frontend, you may access the recovery codes on the authenticated user:\n\n```php\n(array) $request-\u003euser()-\u003etwo_factor_recovery_codes\n```\n\nIf you are building a JavaScript powered frontend, you may make an XHR GET request to `/user/two-factor-recovery-codes`. This URL will return a JSON array containing the users recovery codes.\n\nTo regenerate the user's recovery codes, your application should make a POST request to `/user/two-factor-recovery-codes`.\n\n#### Authenticating With Two Factor Authentication\n\nDuring the authentication process, Fortify will automatically redirect the user to the two factor authentication challenge screen. However, if your application is making an XHR login request, the JSON response returned after a successful authentication attempt will contain a JSON object that has a `two_factor` boolean property. You should inspect this value to know whether you should redirect to your application's two factor authentication challenge screen.\n\nTo begin implementing two factor authentication functionality, we need to instruct Fortify how to return our \"challenge\" view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com/).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::twoFactorChallengeView(function () {\n    return view('auth.two-factor-challenge');\n});\n```\n\nFortify will take care of generating the `/two-factor-challenge` route that returns this view. Your `two-factor-challenge` template should include a form that makes a POST request to `/two-factor-challenge`. The `/two-factor-challenge` action expects a `code` field that contains the user's current password, or a `recovery_code` field that contains one of the user's recovery codes.\n\nIf the login attempt is successful, Fortify will redirect you to the URI configured via the `home` configuration option within your `fortify` configuration file. If the login request was an XHR request, a `204` HTTP response will be returned.\n\nIf the request was not successful, the user will be redirected back to the login screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n#### Disabling Two Factor Authentication\n\nTo disable two factor authentication, your application should make a DELETE request to `/user/two-factor-authentication`. Remember, Fortify's two factor authentication endpoints require [password confirmation](#password-confirmation) prior to being called.\n\n### Registration\n\nTo begin implementing registration functionality, we need to instruct Fortify how to return our `register` view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::registerView(function () {\n    return view('auth.register');\n});\n```\n\nFortify will take care of generating the `/register` route that returns this view. Your `register` template should include a form that makes a POST request to `/register`. The `/register` action expects a string `name`, string email address / username, `password`, and `password_confirmation` fields. The name of the email / username field should match the `username` value of the `fortify` configuration file.\n\nIf the registration attempt is successful, Fortify will redirect you to the URI configured via the `home` configuration option within your `fortify` configuration file. If the login request was an XHR request, a `200` HTTP response will be returned.\n\nIf the request was not successful, the user will be redirected back to the registration screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n#### Customizing Registration\n\nThe user validation and creation process may be customized by modifying the `App\\Actions\\Fortify\\CreateNewUser` action.\n\n### Password Reset\n\n#### Requesting A Password Reset Link\n\nTo begin implementing password reset functionality, we need to instruct Fortify how to return our \"forgot password\" view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::requestPasswordResetLinkView(function () {\n    return view('auth.forgot-password');\n});\n```\n\nFortify will take care of generating the `/forgot-password` route that returns this view. Your `forgot-password` template should include a form that makes a POST request to `/forgot-password`. The `/forgot-password` endpoint expects a string `email` field. The name of this field / database column should match the `email` value of the `fortify` configuration file.\n\nIf the password reset link request was successful, Fortify will redirect back to the `/forgot-password` route and send an email to the user with a secure link they can use to reset their password. If the request was an XHR request, a `200` HTTP response will be returned.\n\nAfter being redirected back to the `/forgot-password` route after a successful request, the `status` session variable may be used to display the status of the password reset link request attempt:\n\n```html\n@if (session('status'))\n    \u003cdiv class=\"mb-4 font-medium text-sm text-green-600\"\u003e\n        {{ session('status') }}\n    \u003c/div\u003e\n@endif\n```\n\nIf the request was not successful, the user will be redirected back to the request password reset link screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n#### Resetting The Password\n\nTo finish implementing password reset functionality, we need to instruct Fortify how to return our \"reset password\" view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::resetPasswordView(function ($request) {\n    return view('auth.reset-password', ['request' =\u003e $request]);\n});\n```\n\nFortify will take care of generating the route to display this view. Your `reset-password` template should include a form that makes a POST request to `/reset-password`. The `/reset-password` endpoint expects a string `email` field, a `password` field, a `password_confirmation` field, and a hidden field named `token` that contains the value of `request()-\u003eroute('token')`. The name of the \"email\" field / database column should match the `email` value of the `fortify` configuration file.\n\nIf the password reset request was successful, Fortify will redirect back to the `/login` route so that the user can login with their new password. In addition a `status` session variable will be set so that you may display the successful status of the reset on your login screen:\n\n```html\n@if (session('status'))\n    \u003cdiv class=\"mb-4 font-medium text-sm text-green-600\"\u003e\n        {{ session('status') }}\n    \u003c/div\u003e\n@endif\n```\n\nIf the request was an XHR request, a `200` HTTP response will be returned.\n\nIf the request was not successful, the user will be redirected back to the reset password screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n#### Customizing Password Resets\n\nThe password reset process may be customized by modifying the `App\\Actions\\ResetUserPassword` action.\n\n### Email Verification\n\nAfter registration, you may wish for users to verify their email address before they continue accessing your application. To get started, ensure the `emailVerification` feature is enabled in your `fortify` configuration file's `features` array. Next, you should ensure that your `App\\Models\\User` class implements the `MustVerifyEmail` interface. This interface is already imported into this model for you.\n\nOnce these two setup steps have been completed, newly registered users will receive an email prompting them to verify their email address ownership. However, we need to inform Fortify how to display the email verification screen which informs the user that they need to go click the verification link in the email.\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::verifyEmailView(function () {\n    return view('auth.verify-email');\n});\n```\n\nFortify will take care of generating the route to display this view when a user is redirected to the `/email/verify` endpoint by Laravel's built-in `verified` middleware.\n\nYour `verify-email` template should include an informational message instructing the user to click the email verification link that was sent to their email address. You may optionally add a button to this template that triggers a POST request to `/email/verification-notification`. When this endpoint receives a request, a new verification email link will be emailed to the user, allowing the user to get a new verification link if the previous one was accidentally deleted or lost.\n\nIf the request to resend the verification link email was successful, Fortify will redirect back to the `/email/verify` endpoint with a `status` session variable, allowing you to display an informational message to the user informing them the operation was successful. If the request was an XHR request, a `202` HTTP response will be returned.\n\n#### Protecting Routes\n\nTo specify that a route or group of routes requires that the user has previously verified their email address, you should attach Laravel's built-in `verified` middleware to the route:\n\n```php\nRoute::get('/dashboard', function () {\n    // ...\n})-\u003emiddleware(['verified']);\n```\n\n### Password Confirmation\n\nWhile building your application, you may occasionally have actions that should require the user to confirm their password before the action is performed. Typically, these routes are protected by Laravel's built-in `password.confirm` middleware. To begin implementing password confirmation functionality, we need to instruct Fortify how to return our \"password confirmation\" view. Remember, Fortify is a headless authentication library. If you would like a frontend implementation of Fortify that is already completed for you, you should use [Laravel Jetstream](https://jetstream.laravel.com/).\n\nAll of the authentication view's rendering logic may be customized using the appropriate methods available via the `Laravel\\Fortify\\Fortify` class. Typically, you should call this method from the `boot` method of your `FortifyServiceProvider`:\n\n```php\nuse Laravel\\Fortify\\Fortify;\n\nFortify::confirmPasswordView(function () {\n    return view('auth.confirm-password');\n});\n```\n\nFortify will take care of generating the `/user/confirm-password` route that returns this view. Your `confirm-password` template should include a form that makes a POST request to `/user/confirm-password`. The `/user/confirm-password` action expects a `password` field that contains the user's current password.\n\nIf the password matches, Fortify will redirect you to the route the user was attempting to access. If the request was an XHR request, a `201` HTTP response will be returned.\n\nIf the request was not successful, the user will be redirected back to the confirm password screen and the validation errors will be available to you via the shared `$errors` Blade template variable. Or, in the case of an XHR request, the validation errors will be returned with the `422` HTTP response.\n\n## Contributing\n\nThank you for considering contributing to Fortify! You can read the contribution guide [here](.github/CONTRIBUTING.md).\n\n## Code of Conduct\n\nIn order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).\n\n## Security Vulnerabilities\n\nPlease review [our security policy](https://github.com/laravel/fortify/security/policy) on how to report security vulnerabilities.\n\n## License\n\nLaravel Fortify is open-sourced software licensed under the [MIT license](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolumdesignum%2Ffortify-i18n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolumdesignum%2Ffortify-i18n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolumdesignum%2Ffortify-i18n/lists"}