We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be40bfb + 090d32b commit 0dcc443Copy full SHA for 0dcc443
2 files changed
user_guide_src/source/libraries/publisher.rst
@@ -120,6 +120,8 @@ to keep up with. You can create a publication definition in your project to sync
120
121
.. literalinclude:: publisher/009.php
122
123
+.. note:: Directory ``$destination`` must be created before executing the command.
124
+
125
Now add the dependency via Composer and call ``spark publish`` to run the publication:
126
127
.. code-block:: console
user_guide_src/source/libraries/publisher/009.php
@@ -13,7 +13,7 @@ class BootstrapPublisher extends Publisher
13
*
14
* @var string
15
*/
16
- protected $source = 'vendor/twbs/bootstrap/';
+ protected $source = VENDORPATH . 'twbs/bootstrap/';
17
18
/**
19
* FCPATH is always the default destination,
0 commit comments