PHP Package: laravel/breeze

Laravel Breeze is a lightweight, minimalistic starter kit for Laravel applications, providing basic authentication and frontend scaffolding.

Current Version: 2.3.6
Last Updated: 2025-03-12
PHP Requirement: >=7.1
Dependencies: laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Breeze is a simple and efficient way to kickstart your Laravel project with essential features like user authentication and frontend setup. It offers a clean structure and easy customization, making it ideal for small to medium-sized projects. With Breeze, you can focus on building your application without getting bogged down in complex setup tasks.

🔗 View on GitHub

Download Latest Version: 2.3.6

Download Download v2.3.6

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/breeze/2.3.6/autoload.php';

use Laravel\Breeze\BreezeServiceProvider;
use Laravel\Breeze\Http\Controllers\AuthenticatedSessionController;
use Laravel\Breeze\Http\Controllers\ConfirmablePasswordController;


$obj = new Laravel\Breeze\BreezeServiceProvider();
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.