开发者

How to move Symfony Admin Generator files to a plugin?

开发者 https://www.devze.com 2023-02-07 04:12 出处:网络
I try to move my module which generated by the Admin Genrator to a plugin. Error: Fatal error: Class \'BaseFooGeneratorConfiguration\' not found in ...

I try to move my module which generated by the Admin Genrator to a plugin.

Error:

Fatal error: Class 'BaseFooGeneratorConfiguration' not found in ...

The action.class.php includes to files:

  1. fooGeneratorConfiguration.class.php

  2. fooGeneratorHelper.class.php

Both classes extends of an base class (Bas开发者_如何学CeFooGeneratorConfiguration,BaseFooGeneratorHelper). The problem is that those classes only exist in the cache.

Do i need to copy the class from cache into my plugin ?!


Have you tried clearing your cache after moving the module to your plugin?

./symfony cc
0

精彩评论

暂无评论...
验证码 换一张
取 消