### Dockerfile & Docker Compose Generator - **Description**: Generate Dockerfile and Docker Compose configuration based on the user’s project requirements. - **Features**: - Input form for project type and services. - Dockerfile generation based on project requirements. - Docker Compose configuration generation. - **Implementation with Laravel Filament**: - Use **Filament Forms** to collect project and service details. - Create a logic layer to dynamically generate Dockerfiles and Docker Compose files. - Provide download links via **Filament Widgets**. - **Entity Relationship Diagram (ERD)**: - **User**: `user_id (PK)`, `name`, `email`. - **DockerConfig**: `docker_id (PK)`, `user_id (FK)`, `project_type`, `services`, `dockerfile_content`, `compose_content`, `date_created`. --- ### Estimated Time: 2-3 weeks