refactor: revamp the user seeder

This commit is contained in:
2022-09-01 16:03:23 +01:00
parent c793596a3a
commit 43e6859366
12 changed files with 96 additions and 130 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": "9d78d96466ddbdc75d3952615e00aafc",
"content-hash": "2b00362eaed0b6018ba0415a503c5079",
"packages": [
{
"name": "almasaeed2010/adminlte",
@@ -9074,6 +9074,66 @@
},
"time": "2020-07-09T08:09:16+00:00"
},
{
"name": "laravel/sail",
"version": "v1.15.4",
"source": {
"type": "git",
"url": "https://github.com/laravel/sail.git",
"reference": "853dea1fa866a52a93beccc4e5affdc49b98e7d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/853dea1fa866a52a93beccc4e5affdc49b98e7d5",
"reference": "853dea1fa866a52a93beccc4e5affdc49b98e7d5",
"shasum": ""
},
"require": {
"illuminate/console": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"php": "^7.3|^8.0"
},
"bin": [
"bin/sail"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sail\\SailServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Docker files for running a basic Laravel application.",
"keywords": [
"docker",
"laravel"
],
"support": {
"issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail"
},
"time": "2022-08-17T13:17:15+00:00"
},
{
"name": "maximebf/debugbar",
"version": "v1.18.0",