PHP Package: laravel/fortify

Laravel Fortify is a powerful authentication library that simplifies user authentication and authorization in Laravel applications, providing secure and customizable features.

Current Version: 1.25.4
Last Updated: 2025-01-28
PHP Requirement: >=7.1
Dependencies: laravel/jetstream, laravel/sanctum, laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Fortify is a comprehensive authentication solution for Laravel applications, offering a wide range of features to manage user authentication, registration, and password reset processes efficiently. It enhances security and user experience by providing customizable views, two-factor authentication, session management, and more.

🔗 View on GitHub

Download Latest Version: 1.25.4

Download Download v1.25.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php

// Example from PHPlibraries.com
require_once 'libs/laravel/fortify/1.25.4/autoload.php';

use Laravel\Fortify\Features;
use Laravel\Fortify\Actions\AttemptToAuthenticate;
use Laravel\Fortify\Http\Controllers\AuthenticatedSessionController;
use Laravel\Jetstream\Jetstream;
use Laravel\Sanctum\Sanctum;
use Illuminate\Auth\Authenticatable;


$obj = new Laravel\Fortify\Features();
echo "✅ Example created successfully.";

?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.