In this link I have 3 solutions and I found none of them feasible, what do they tell me? Many thanks.
In this link I have 3 solutions and I found none of them feasible, what do they tell me? Many thanks.
Zend indicates using a directory structure where each module has its public
folder with the assets, but it does not resolve how to make these files available .
You can simply throw your assets into the public folder of the server and be happy if you do not want to follow this structure.
If that is not working, you have to change something in your * .htaccess, according to the code that comes in the skeleton . this is the default behavior, see the code in the link link.
If you want to leave public
inside the module, I recommend installing the asset manager of your link. It is not complicated, just declare in composer.json and give php composer.phar update
, after that it is to make the settings described in the link you passed.