Skip to content

Commit

Permalink
Update statement about how assets are served
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 authored Sep 12, 2018
1 parent fbb564c commit 8c8b165
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/console-and-shells/plugin-shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ This will remove the line ``Plugin::load('MyPlugin',...)`` from your
Plugin Assets
-------------

CakePHP by default serves plugins assets using the ``AssetFilter`` dispatcher
filter. While this is a good convenience, it is recommended to symlink / copy
CakePHP by default serves plugins assets using the ``AssetMiddleware`` middleware.
While this is a good convenience, it is recommended to symlink / copy
the plugin assets under app's webroot so that they can be directly served by the
web server without invoking PHP. You can do this by running::

Expand Down

0 comments on commit 8c8b165

Please sign in to comment.