Install Breeze

This commit is contained in:
Sallu9007
2025-01-26 00:16:23 +05:30
parent 2fb3a931f8
commit a79095624e
56 changed files with 4697 additions and 8 deletions

63
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "626b9e7ddd47fb7eff9aaa53cce0c9ad",
"content-hash": "ead120435624fb415f231e77a9059d41",
"packages": [
{
"name": "brick/math",
@@ -1054,6 +1054,67 @@
],
"time": "2023-12-03T19:50:20+00:00"
},
{
"name": "laravel/breeze",
"version": "v2.3.2",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
"reference": "2a4764055792b14e0e571a710adbda9c9eb300d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/2a4764055792b14e0e571a710adbda9c9eb300d4",
"reference": "2a4764055792b14e0e571a710adbda9c9eb300d4",
"shasum": ""
},
"require": {
"illuminate/console": "^11.0",
"illuminate/filesystem": "^11.0",
"illuminate/support": "^11.0",
"illuminate/validation": "^11.0",
"php": "^8.2.0",
"symfony/console": "^7.0"
},
"require-dev": {
"laravel/framework": "^11.0",
"orchestra/testbench-core": "^9.0",
"phpstan/phpstan": "^2.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Laravel\\Breeze\\BreezeServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Breeze\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Minimal Laravel authentication scaffolding with Blade and Tailwind.",
"keywords": [
"auth",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/breeze/issues",
"source": "https://github.com/laravel/breeze"
},
"time": "2025-01-21T14:57:42+00:00"
},
{
"name": "laravel/framework",
"version": "v11.40.0",