Hi,

I tested your awesome "module". I tried to generate an entity content using bin/console generate:entity:content.

And I've got this error

[Twig_Error_Loader]
  Unable to find template "module/src/accessControlHandler-entity-content.php.twig" (looked into: /srv/www/drupal8/modules/console/src/Command/../Resources/skeleton, /srv/www/drupal8/modules/console/src/Command/../Resources).

I'am using Drupal-8.0.0-beta1 and i just install console today.
bin/console generate:entity:config works fine.

Comments

flocondetoile’s picture

Issue summary: View changes
flocondetoile’s picture

Issue summary: View changes
flocondetoile’s picture

Issue is because of the sensitive case of the name's file

accesscontrolhandler-entity-content.php.twig

should be

accessControlHandler-entity-content.php.twig

jmolivas’s picture

I was not able to reproduce but still change file name reference to lower case in order to match fine name.

Which OS are you using @flocondetoile ?

flocondetoile’s picture

@jmolivas : Linux, debian 7

jmolivas’s picture

Status: Active » Closed (fixed)

Fixed on new release
https://github.com/hechoendrupal/DrupalAppConsole/releases/tag/0.2.13

Try updating project
$ composer update drupal/console