Git Product home page Git Product logo

cook's People

Contributors

chiqui3d avatar williarin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cook's Issues

Request for Symfony 5.4 Compatibility and Release of a Stable Version

Hello,

  1. Compatibility with Symfony 5.4: Currently, I am working on a project that uses Symfony 5.4. I've found your package to be quite useful and would love to integrate it into my project. However, I noticed that it does not explicitly state compatibility with Symfony 5.4. Could you please confirm if it's compatible with Symfony 5.4 or update it accordingly?

  2. Release of a Stable Version: When trying to install your package via Composer, I encountered an issue where Composer indicates that the package cannot be installed due to it not matching the minimum-stability requirement (stable). It would be immensely helpful if a stable version of the package could be released.

Yaml merger uninstall could be tweaked

Let us say, we have the following config/routes.yaml

controllers:
    resource:
        path: ../src/Controller/
        namespace: App\Controller
    type: attribute

And we have this recipe:

files:
    config/routes.yaml:
        type: yaml
        source: |
            other_routes:
                resource: .
                type: other_routes_loader

After recipe execution the yaml looks like this:

controllers:
    resource:
        path: ../src/Controller/
        namespace: App\Controller
    type: attribute

other_routes:
###> example/other-routes ###
    resource: .
    type: other_routes_loader
###> example/other-routes ###

This structure will make some problems when uninstalling the recipe. The top level other_routes: will stay - symfony for example does not like this. If a top level entry is created (did not exist before), the comment line should start before this entry. And while uninstalling, the entire added structure should be removed. And if the yaml would be empty after this, it could be removed too (maybe?).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.