Registry / web-framework / laravel-fortify

laravel-fortify

JSON →
library1.37.2phppackagistunverified

Backend controllers and scaffolding for Laravel authentication.

composer require laravel/fortify
INSTALL
IMPORT
SIG · LARAVEL-FORTIFY
L
laravel-fortify
web-frameworkphpv1.37.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Fortify
use Laravel\Fortify\Fortify;

Customize the login view using Fortify.

use Laravel\Fortify\Fortify; Fortify::loginView(function () { return view('auth.login'); });
Debug
Known issues
gotchaFortify does not include frontend views; you must provide your own.
fix
Create Blade views for login, registration, etc., or use Laravel Jetstream.
affects: >=1.0.0
Upgrade
Version history
1.37.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
laravel-fortify — pip install laravel-fortify · libregistry