siakad-itm/config
Yoga Pangestu bffc5014ed feat: add media library and permission management
- Created media-library configuration file for managing media uploads and conversions.
- Added permission configuration file to define roles and permissions.
- Implemented migration for media table to store media items with necessary attributes.
- Created migration for permission tables to manage roles and permissions relationships.
- Updated DatabaseSeeder to include RolePermissionSeeder for seeding roles and permissions.
- Added RolePermissionSeeder to define specific permissions and roles for the application.
- Modified UserSeeder to assign roles to users during seeding.
2026-08-05 15:57:51 +07:00
..
app.php initial commit 2026-07-29 17:46:01 +07:00
auth.php initial commit 2026-07-29 17:46:01 +07:00
cache.php initial commit 2026-07-29 17:46:01 +07:00
database.php refactor: update component imports and improve styling 2026-08-03 15:19:17 +07:00
filesystems.php initial commit 2026-07-29 17:46:01 +07:00
fortify.php feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
inertia.php initial commit 2026-07-29 17:46:01 +07:00
logging.php initial commit 2026-07-29 17:46:01 +07:00
mail.php initial commit 2026-07-29 17:46:01 +07:00
media-library.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
permission.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
queue.php initial commit 2026-07-29 17:46:01 +07:00
services.php initial commit 2026-07-29 17:46:01 +07:00
session.php initial commit 2026-07-29 17:46:01 +07:00