Bakugo90 / Laravel-auto-blade

Html template to Laravel blade in a flash
MIT License
5 stars 1 forks source link

[Feature] Check For existing config file #3

Open Bakugo90 opened 20 hours ago

Bakugo90 commented 20 hours ago

Feature Request: Check for Existing Configuration File

Description

We are planning to add support for a configuration file in this extension. While the presence of this configuration file will not be mandatory for using the extension, it will provide additional details such as:

This will enhance the accuracy of the conversion process from HTML to Blade templates.

Task

Develop a function to check for the existence of a configuration file in the workspace. The function should:

  1. Verify the presence of a specific configuration file (e.g., config.json).
  2. If the configuration file exists, load and validate its contents.
  3. If the configuration file does not exist, proceed without it but log an informative message to the user.

Acceptance Criteria

Additional Context

This feature will allow for more precise control over the conversion process, improving the overall functionality and user experience of the extension.