mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05:00
- Added routes for user profile management including edit, update, and delete functionalities. - Created ProfileController to handle profile-related requests. - Introduced Profile model to manage user profile data. - Developed user status states (Active, Banned, Suspended) with appropriate labels and descriptions. - Implemented favorite listings and sellers functionality in the User model. - Created views for profile editing, updating password, and deleting account. - Added migration for user and profile tables along with necessary fields. - Registered User module with service provider and routes. |
||
|---|---|---|
| .. | ||
| 0001_01_01_000001_create_cache_table.php | ||
| 0001_01_01_000002_create_jobs_table.php | ||
| 2022_12_14_083707_create_settings_table.php | ||
| 2026_03_03_080610_create_permission_tables.php | ||
| 2026_03_03_085614_create_media_table.php | ||
| 2026_03_03_092653_create_breezy_sessions_table.php | ||
| 2026_03_03_092653_create_personal_access_tokens_table.php | ||
| 2026_03_03_092654_alter_breezy_sessions_table.php | ||
| 2026_03_03_092655_create_passkeys_table.php | ||
| 2026_03_03_093635_create_activity_log_table.php | ||
| 2026_03_03_093636_add_event_column_to_activity_log_table.php | ||
| 2026_03_03_093637_add_batch_uuid_column_to_activity_log_table.php | ||
| 2026_03_03_094518_create_socialite_users_table.php | ||