laravel breeze starter kit

This commit is contained in:
2026-05-11 10:34:26 +08:00
parent 764d7547ab
commit 2017a1df41
64 changed files with 3199 additions and 37 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": "28b69423a748ba462d6778d8031f35be",
"content-hash": "4e2a5e67d6b91882f757de27d1282bfd",
"packages": [
{
"name": "brick/math",
@@ -1053,6 +1053,67 @@
],
"time": "2025-08-22T14:27:06+00:00"
},
{
"name": "laravel/breeze",
"version": "v2.4.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
"reference": "28cefeaf6af20177ddf5cc7b93e87e4ad79d533f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/28cefeaf6af20177ddf5cc7b93e87e4ad79d533f",
"reference": "28cefeaf6af20177ddf5cc7b93e87e4ad79d533f",
"shasum": ""
},
"require": {
"illuminate/console": "^11.0|^12.0|^13.0",
"illuminate/filesystem": "^11.0|^12.0|^13.0",
"illuminate/support": "^11.0|^12.0|^13.0",
"illuminate/validation": "^11.0|^12.0|^13.0",
"php": "^8.2.0",
"symfony/console": "^7.0|^8.0"
},
"require-dev": {
"laravel/framework": "^11.0|^12.0|^13.0",
"orchestra/testbench-core": "^9.0|^10.0|^11.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": "2026-03-10T19:59:01+00:00"
},
{
"name": "laravel/framework",
"version": "v13.8.0",