Daniel Tomé Fernández

Results 8 comments of Daniel Tomé Fernández

Hi @webdevilopers, The only reason of my folders separation is a point of view. I've started working with DDD on a big project one and I see that if I...

Agree with you, I think that architectural and domain terms should be balanced and is useful to separate code into folders... Otherwise, the Domain will be the same... Only where...

I had the same issue and I renamed app/assets/stylesheets/application.css ~> app/assets/stylesheets/application.scss

Have you added this to composer.json?: ``` "config": { "bin-dir": "bin" } ``` Have you typed composer install after that? Try to create bin dir if it does not exists...

You have to put this config line in **composer.json** file, not in package.json

Can you paste your error?

> Hi. Interesting for new feature. Maybe I could do a comand to execute each tool. For example: bin/php-git-hooks "TOOL_NAME" With options: --all (to execute all tools) --phpcs --php-cs-fixer --phplint...

Hi, can I help to do this? If yes, let me know, I'm looking to work with opensource projects to keep improving my web3 skills.