File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
user_guide_src/source/libraries Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ to keep up with. You can create a publication definition in your project to sync
120
120
121
121
.. literalinclude :: publisher/009.php
122
122
123
+ .. note :: Directory ``$destination`` must be created before executing the command.
124
+
123
125
Now add the dependency via Composer and call ``spark publish `` to run the publication:
124
126
125
127
.. code-block :: console
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class BootstrapPublisher extends Publisher
13
13
*
14
14
* @var string
15
15
*/
16
- protected $ source = ' vendor/ twbs/bootstrap/ ' ;
16
+ protected $ source = VENDORPATH . ' twbs/bootstrap/ ' ;
17
17
18
18
/**
19
19
* FCPATH is always the default destination,
You can’t perform that action at this time.
0 commit comments