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
service-captcha
/
app
/
Providers
History
Leonid Nikitin
0073dffc28
Implemented password validation rules in the AppServiceProvider class. Ensured passwords should be at least 8 characters long, contain a mix of uppercase, lowercase, and special characters. These rules apply only for the production environment.
2023-07-02 15:21:01 +06:00
..
AppServiceProvider.php
Implemented password validation rules in the AppServiceProvider class. Ensured passwords should be at least 8 characters long, contain a mix of uppercase, lowercase, and special characters. These rules apply only for the production environment.
2023-07-02 15:21:01 +06:00
AuthServiceProvider.php
Install Laravel.
2023-03-05 20:14:04 +06:00
BroadcastServiceProvider.php
Install Laravel.
2023-03-05 20:14:04 +06:00
EventServiceProvider.php
Install Laravel.
2023-03-05 20:14:04 +06:00
RouteServiceProvider.php
Renamed route api to route api v1.
2023-03-05 20:42:09 +06:00