Install Breeze

This commit is contained in:
Benjamin Nussbaum 2025-02-08 15:06:14 +01:00
parent 337c77f8a2
commit 32d63c09e7
55 changed files with 5782 additions and 88 deletions

View file

@ -8,16 +8,20 @@
"require": {
"php": "^8.2",
"laravel/framework": "^11.31",
"laravel/tinker": "^2.9"
"laravel/tinker": "^2.9",
"livewire/livewire": "^3.4",
"livewire/volt": "^1.0"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/breeze": "^2.3",
"laravel/pail": "^1.1",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.1",
"phpunit/phpunit": "^11.0.1"
"pestphp/pest": "^3.7",
"pestphp/pest-plugin-laravel": "^3.1"
},
"autoload": {
"psr-4": {