What:
Generate contents of .fly directory when the fly.toml file is found in the Laravel project base directory
How:
Copy over files from the .fly directory as blade templates in resources/views
Create a Scanner that includes those files as part of the list of $templates to generate
Create a File helper that creates both the required file and necessary directories ( this is for writing in initially none-existent .fly and .fly/scripts directories )
What: Generate contents of .fly directory when the fly.toml file is found in the Laravel project base directory
How: