- Added DocumentController for handling document uploads and management. - Created Document model with necessary attributes and relationships. - Implemented DocumentService for business logic related to documents. - Set up routes for document management in both web and API contexts. - Developed views for document upload using Dropzone for file handling. - Included necessary assets and styles for the Document module. - Created migration for documents table with appropriate fields. - Added configuration and service provider for the Document module.
21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"CCMS": true,
|
|
"User": true,
|
|
"CourseFinder": true,
|
|
"Menu": true,
|
|
"Resume": true,
|
|
"Employee": true,
|
|
"Client": true,
|
|
"Attendance": true,
|
|
"Content": true,
|
|
"Leave": true,
|
|
"Meeting": true,
|
|
"PMS": true,
|
|
"Product": true,
|
|
"Reminder": true,
|
|
"Template": true,
|
|
"Admin": true,
|
|
"Drive": true,
|
|
"Sitemap": true,
|
|
"Document": true
|
|
} |