service-captcha/database
2023-06-28 23:44:06 +06:00
..
factories Install Laravel. 2023-03-05 20:14:04 +06:00
migrations Additional fields 'is_active' and 'timezone' have been added to the users table in the database migrations and the User model. This update allows us to better manage user's activation status and time zone preferences. 'is_active' field, a boolean field, signifies the active status of a user and has been set to default to false. 'timezone', an optional string, will store user's preferred timezone. 2023-06-28 23:44:06 +06:00
seeders Install Laravel. 2023-03-05 20:14:04 +06:00
.gitignore Install Laravel. 2023-03-05 20:14:04 +06:00