Hello,
i am new to cakephp and i am still reading and trying to understand the documentation.
But i one case i just cant find a solution.
I want to make subfolders in “webroot/css/subfolder” and “webroot/img/subfolder” but how do i acess them?
Hello,
i am new to cakephp and i am still reading and trying to understand the documentation.
But i one case i just cant find a solution.
I want to make subfolders in “webroot/css/subfolder” and “webroot/img/subfolder” but how do i acess them?
Just create them and use like this: $this->Html->css('subfolder/foo.css')
Thanks, i found my mistake.
My uploaded files didnt had the right permissions.