add login page & register page

This commit is contained in:
jenoh
2020-03-13 09:57:34 +01:00
parent 9da138fe63
commit cae091e1ec
16 changed files with 688 additions and 4 deletions

161
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": "9c167a38de779b9bbabb1f21c239bc80",
"content-hash": "09613dd4a7773870123b9df565244042",
"packages": [
{
"name": "dnoegel/php-xdg-base-dir",
@ -637,6 +637,61 @@
],
"time": "2020-02-05T15:00:44+00:00"
},
{
"name": "laravel/ui",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"reference": "47a0a1dac76f5e73803c86e1f38b2c7e0ae7fa83",
"shasum": ""
},
"require": {
"illuminate/console": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0",
"php": "^7.2.5"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0"
},
"type": "library",
"extra": {
"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"
],
"time": "2020-03-03T20:16:46+00:00"
},
{
"name": "laravelcollective/html",
"version": "v6.1.0",
@ -3503,6 +3558,51 @@
],
"time": "2016-01-20T08:20:44+00:00"
},
{
"name": "laravel/homestead",
"version": "v10.4.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/homestead.git",
"reference": "7435eb618e72c6b3e8d0f872a58548b83b819a92"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/homestead/zipball/7435eb618e72c6b3e8d0f872a58548b83b819a92",
"reference": "7435eb618e72c6b3e8d0f872a58548b83b819a92",
"shasum": ""
},
"require": {
"php": "^7.1",
"symfony/console": "~3.0||~4.0||~5.0",
"symfony/process": "~3.0||~4.0||~5.0",
"symfony/yaml": "~3.0||~4.0||~5.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"bin": [
"bin/homestead"
],
"type": "library",
"autoload": {
"psr-4": {
"Laravel\\Homestead\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "A virtual machine for web artisans.",
"time": "2020-03-04T21:02:20+00:00"
},
{
"name": "mockery/mockery",
"version": "1.3.1",
@ -5021,6 +5121,65 @@
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/yaml",
"version": "v5.0.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "a4b613d7e44f62941adff5a802cff70adee57d3f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/a4b613d7e44f62941adff5a802cff70adee57d3f",
"reference": "a4b613d7e44f62941adff5a802cff70adee57d3f",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<4.4"
},
"require-dev": {
"symfony/console": "^4.4|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2020-02-03T13:51:17+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.1.3",