This website requires JavaScript.
Explore
Help
Sign In
kor-elf
/
service-captcha
Watch
1
Star
0
Fork
0
You've already forked service-captcha
Code
Issues
Pull Requests
Packages
Projects
Releases
5
Wiki
Activity
49
Commits
2
Branches
5
Tags
1.9
MiB
9319c2d92d
Commit Graph
2 Commits
Author
SHA1
Message
Date
Leonid Nikitin
907bac5586
Added the ability to save user settings.
2023-07-10 21:42:55 +06:00
Leonid Nikitin
55cd927f12
This commit adds two new components for handling form inputs in the private section of the site. 'Form.php' provides a base class for forms with methods for retrieving request names. 'Input.php' extends this to handle input fields specifically, allowing title, name, type, and value to be specified. An associated Blade view 'input.blade.php' has been added to render these inputs in views. This helps in reusability and maintainability.
2023-07-07 00:05:38 +06:00