store/config
2026-06-11 19:32:33 +07:00
..
app.php initial commit 2026-06-09 18:25:14 +07:00
auth.php Add employee, user, and user profile models with enums for status and gender 2026-06-09 19:16:25 +07:00
cache.php initial commit 2026-06-09 18:25:14 +07:00
database.php initial commit 2026-06-09 18:25:14 +07:00
filesystems.php initial commit 2026-06-09 18:25:14 +07:00
inertia.php initial commit 2026-06-09 18:25:14 +07:00
logging.php initial commit 2026-06-09 18:25:14 +07:00
mail.php initial commit 2026-06-09 18:25:14 +07:00
media-library.php Add media management features across various models and services. Implement media handling in Product, RawMaterial, Attendance, CashTransaction, EmployeeAdvance, and Expense models. Introduce ValidatesMediaUploads trait for consistent media validation in requests. Enhance services to support media synchronization and retrieval, improving user experience with image uploads and management. 2026-06-11 19:32:33 +07:00
permission.php Add role and permission management using Spatie's Laravel Permission package. Introduce Role and Permission enums, update User model to use roles, and implement authorization checks in EmployeeController and related components. Enhance employee management forms and data tables to include role selection and display. Update migrations and seeders for roles and permissions. 2026-06-10 01:51:05 +07:00
queue.php initial commit 2026-06-09 18:25:14 +07:00
services.php initial commit 2026-06-09 18:25:14 +07:00
session.php initial commit 2026-06-09 18:25:14 +07:00
settings.php Add system settings management features including controllers for managing system, social media, and marketplace settings. Implement request validation for each settings type and create corresponding UI components for user interaction. Update permissions in the Permission and Role enums to manage access to settings functionalities, and enhance the sidebar for navigation to the new settings sections. 2026-06-11 18:30:21 +07:00