This commit is contained in:
2024-09-07 06:05:40 +05:00
parent 0404051f7d
commit 46aaf1d6fe
3 changed files with 16 additions and 13 deletions

View File

@@ -229,7 +229,7 @@ class NovaVisaMasterPaymentOrder extends Resource
Text::make(
name: sprintf('%s %s %s', __('Name'), __('Surname'), __('Patronic name')),
attribute: 'full_name'
),
)->rules('required', 'max:255'),
])->maxRows(1)->minRows(1)->rules('required'),
]),
], $request)->asWizard(),

View File

@@ -26,7 +26,7 @@
"nurmuhammet/nova-custom-html": "^1.0",
"nurmuhammet/nova-inputmask": "^1.0",
"outl1ne/nova-grid": "@dev",
"outl1ne/nova-simple-repeatable": "^2.2",
"outl1ne/nova-simple-repeatable": "*",
"outl1ne/nova-translatable": "^2.2",
"spatie/laravel-backup": "^8.4",
"spatie/laravel-medialibrary": "^11.9",
@@ -97,6 +97,10 @@
"1": {
"type": "vcs",
"url": "https://github.com/nurmuhammet-ali/nova-tabs"
},
"2": {
"type": "vcs",
"url": "https://github.com/nurmuhammet-ali/nova-simple-repeatable"
}
},
"config": {

21
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": "a659769fcebee0f25a04da70449c4ac0",
"content-hash": "45bb167e52997e7a120e3ed977792b6c",
"packages": [
{
"name": "adoy/fastcgi-client",
@@ -4721,16 +4721,16 @@
},
{
"name": "outl1ne/nova-simple-repeatable",
"version": "2.2.3",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://github.com/outl1ne/nova-simple-repeatable.git",
"reference": "d5f186b2d51401905c5868fb1561f0e94f3259d0"
"url": "https://github.com/nurmuhammet-ali/nova-simple-repeatable.git",
"reference": "fdf5da327d80659e82e9a109a0428414835979dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/outl1ne/nova-simple-repeatable/zipball/d5f186b2d51401905c5868fb1561f0e94f3259d0",
"reference": "d5f186b2d51401905c5868fb1561f0e94f3259d0",
"url": "https://api.github.com/repos/nurmuhammet-ali/nova-simple-repeatable/zipball/fdf5da327d80659e82e9a109a0428414835979dd",
"reference": "fdf5da327d80659e82e9a109a0428414835979dd",
"shasum": ""
},
"require": {
@@ -4738,6 +4738,7 @@
"outl1ne/nova-translations-loader": "^5.0",
"php": ">=8.0"
},
"default-branch": true,
"type": "library",
"extra": {
"laravel": {
@@ -4751,14 +4752,13 @@
"Outl1ne\\NovaSimpleRepeatable\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A Laravel Nova simple repeatable rows field.",
"keywords": [
"Flexible",
"field",
"flexible",
"keyvalue",
"laravel",
"nova",
@@ -4766,10 +4766,9 @@
"rows"
],
"support": {
"issues": "https://github.com/outl1ne/nova-simple-repeatable/issues",
"source": "https://github.com/outl1ne/nova-simple-repeatable/tree/2.2.3"
"source": "https://github.com/nurmuhammet-ali/nova-simple-repeatable/tree/main"
},
"time": "2024-02-15T13:30:24+00:00"
"time": "2024-09-07T00:58:23+00:00"
},
{
"name": "outl1ne/nova-translatable",