Install Breeze for login and first views based on blade and alpinejs.

This commit is contained in:
2024-11-26 11:01:51 +01:00
parent 2513729840
commit fb5836e7bc
56 changed files with 2019 additions and 9 deletions

62
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": "a8db73cb41e30a4fa98c08904c414994",
"content-hash": "56fda0642f43208331e4c9898bb04606",
"packages": [
{
"name": "brick/math",
@@ -5864,6 +5864,66 @@
},
"time": "2020-07-09T08:09:16+00:00"
},
{
"name": "laravel/breeze",
"version": "v2.2.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/breeze.git",
"reference": "e698f651ac55920fd2ee1336c3c6cdd2467ea784"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/breeze/zipball/e698f651ac55920fd2ee1336c3c6cdd2467ea784",
"reference": "e698f651ac55920fd2ee1336c3c6cdd2467ea784",
"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": {
"orchestra/testbench": "^9.0",
"phpstan/phpstan": "^1.10"
},
"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": "2024-11-12T14:56:47+00:00"
},
{
"name": "laravel/pail",
"version": "v1.2.1",