Nurmuhammet Allanov 88fdc3aa7f Update dependencies and refine Filament configuration
- Upgraded @tailwindcss/vite and tailwindcss to version 4.1.17 in package.json.
- Modified Vite configuration to include a new input file for Filament theme.
- Added AdvancedFileUpload component to VisaMasterPaymentOrderForm.
- Removed unused SpatieMediaLibraryFileUpload from VisaMasterPaymentOrderInfolist.
- Enhanced VisaMasterPaymentOrderInfolist schema for better layout and organization.
- Set Vite theme path in WorkPanelProvider for improved styling.
2025-12-08 21:47:06 +05:00
2025-10-23 00:36:45 +05:00
2025-10-23 00:36:45 +05:00
wip
2025-11-03 23:29:08 +05:00
2025-11-07 01:31:12 +05:00
wip
2025-11-16 16:31:16 +05:00
2025-10-22 20:08:22 +05:00
wip
2025-11-18 01:46:06 +05:00
2025-11-18 01:50:54 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-11-18 01:50:54 +05:00
2025-11-18 01:50:54 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
2025-10-22 20:08:22 +05:00
wip
2025-11-04 23:10:50 +05:00
2025-10-22 20:08:22 +05:00

CREATE USER 'nurmuhammet'@'%' IDENTIFIED BY 'K}#zL9@}QkR>MAHMYTJ'; GRANT ALL PRIVILEGES ON . TO 'nurmuhammet'@'%' WITH GRANT OPTION; CREATE USER 'nurmuhammet'@'localhost' IDENTIFIED BY 'K}#zL9@}QkR>MAHMYTJ'; GRANT ALL PRIVILEGES ON . TO 'nurmuhammet'@'localhost' WITH GRANT OPTION; create database nurmuhammetsdb;

ALTER USER ahat WITH PASSWORD 'K}#zL9@}QkR>MAHMYTJ';

SELECT setval('users_id_seq', (SELECT MAX(id) from users)); SELECT nextval('users_id_seq');

Description
No description provided
Readme 15 MiB
Languages
JavaScript 54.9%
PHP 35.7%
Blade 7.4%
Shell 1.1%
Dockerfile 0.8%
Other 0.1%