Auth, models, controllers and migrations scaffolding

This commit is contained in:
2021-09-04 22:09:55 +02:00
parent 643ed368e8
commit 1b8e76b183
37 changed files with 246776 additions and 8 deletions

60
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": "6cadd819a6415b190ae2704ced6e6c8b",
"content-hash": "f92dca6b0b8ca69708e45a35a49e4caf",
"packages": [
{
"name": "asm89/stack-cors",
@@ -1177,6 +1177,64 @@
},
"time": "2021-03-02T16:53:12+00:00"
},
{
"name": "laravel/ui",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "07d725813350c695c779382cbd6dac0ab8665537"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/07d725813350c695c779382cbd6dac0ab8665537",
"reference": "07d725813350c695c779382cbd6dac0ab8665537",
"shasum": ""
},
"require": {
"illuminate/console": "^8.42",
"illuminate/filesystem": "^8.42",
"illuminate/support": "^8.42",
"illuminate/validation": "^8.42",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"support": {
"source": "https://github.com/laravel/ui/tree/v3.3.0"
},
"time": "2021-05-25T16:45:33+00:00"
},
{
"name": "league/commonmark",
"version": "2.0.2",