dstpabuaran.com/config
Yoga Pangestu a1a73cb222 Add admin settings routes and corresponding feature tests
- Introduced routes for managing admin settings including system, homepage, social media, marketplace, and HR settings.
- Created a comprehensive test suite for the AdminSettingsController to ensure proper functionality and validation of settings updates.
- Implemented tests for authentication, data integrity, and realistic user scenarios to validate the settings management process.
2026-07-31 01:04:14 +07:00
..
app.php initial commit 2026-07-28 17:40:38 +07:00
auth.php feat: add UserSeeder for creating default users and update auth configuration for password 2026-07-28 23:40:14 +07:00
cache.php initial commit 2026-07-28 17:40:38 +07:00
database.php initial commit 2026-07-28 17:40:38 +07:00
filesystems.php feat: add media library configuration and file upload components 2026-07-30 10:16:49 +07:00
fortify.php feat: update authentication to allow login using username or email and add tests for inactive users 2026-07-28 23:49:39 +07:00
inertia.php initial commit 2026-07-28 17:40:38 +07:00
logging.php initial commit 2026-07-28 17:40:38 +07:00
mail.php initial commit 2026-07-28 17:40:38 +07:00
media-library.php feat: add media library configuration and file upload components 2026-07-30 10:16:49 +07:00
queue.php initial commit 2026-07-28 17:40:38 +07:00
services.php initial commit 2026-07-28 17:40:38 +07:00
session.php initial commit 2026-07-28 17:40:38 +07:00
settings.php Add admin settings routes and corresponding feature tests 2026-07-31 01:04:14 +07:00