Added Create Custom, Random, Gmail Generation

This commit is contained in:
Gitea
2025-04-25 17:43:35 +05:30
parent b799ac3f9a
commit 9aa1b3ab8e
39 changed files with 1867 additions and 136 deletions

65
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": "3c178f04aa87a34364e767ad999d5889",
"content-hash": "8a5cd9a0ccf67c460d95ecb968192ef2",
"packages": [
{
"name": "anourvalar/eloquent-serialize",
@@ -3143,6 +3143,69 @@
],
"time": "2024-12-08T08:18:47+00:00"
},
{
"name": "livewire/flux",
"version": "v2.1.4",
"source": {
"type": "git",
"url": "https://github.com/livewire/flux.git",
"reference": "a19709fc94f5a1b795ce24ad42662bd398c19371"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/livewire/flux/zipball/a19709fc94f5a1b795ce24ad42662bd398c19371",
"reference": "a19709fc94f5a1b795ce24ad42662bd398c19371",
"shasum": ""
},
"require": {
"illuminate/console": "^10.0|^11.0|^12.0",
"illuminate/support": "^10.0|^11.0|^12.0",
"illuminate/view": "^10.0|^11.0|^12.0",
"laravel/prompts": "^0.1|^0.2|^0.3",
"livewire/livewire": "^3.5.19",
"php": "^8.1",
"symfony/console": "^6.0|^7.0"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Flux": "Flux\\Flux"
},
"providers": [
"Flux\\FluxServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Flux\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"proprietary"
],
"authors": [
{
"name": "Caleb Porzio",
"email": "calebporzio@gmail.com"
}
],
"description": "The official UI component library for Livewire.",
"keywords": [
"components",
"flux",
"laravel",
"livewire",
"ui"
],
"support": {
"issues": "https://github.com/livewire/flux/issues",
"source": "https://github.com/livewire/flux/tree/v2.1.4"
},
"time": "2025-04-14T11:59:19+00:00"
},
{
"name": "livewire/livewire",
"version": "v3.6.3",