PHPackages                             tapestry-cloud/code-example-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tapestry-cloud/code-example-plugin

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tapestry-cloud/code-example-plugin
==================================

Code Example Plugin for Tapestry

1.0.0(9y ago)046[1 issues](https://github.com/tapestry-cloud/code-example-plugin/issues)MITPHP

Since May 17Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tapestry-cloud/code-example-plugin)[ Packagist](https://packagist.org/packages/tapestry-cloud/code-example-plugin)[ RSS](/packages/tapestry-cloud-code-example-plugin/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Tapetry Asset Plugin
====================

[](#tapetry-asset-plugin)

[![Packagist](https://camo.githubusercontent.com/2ce7d04a548e78da794c3c3cb7134a2b689357a28a90c1142cdd19669aec878d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f74617065737472792d636c6f75642f636f64652d6578616d706c652d706c7567696e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tapestry-cloud/code-example-plugin)[![Minimum PHP Version](https://camo.githubusercontent.com/86e7d829a466cacd5658a22073e27d49d39dac72cc18216ac4963ed5463c5bbc/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230352e362d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Gitmoji](https://camo.githubusercontent.com/768b5f3809ec2f6045691438718e8577f691f5ebace8871e41659096aa5335fa/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6769746d6f6a692d2532302546302539462539382539432532302546302539462539382538442d4646444436372e7376673f7374796c653d666c61742d737175617265)](https://gitmoji.carloscuesta.me)[![ghit.me](https://camo.githubusercontent.com/f800abaa0b0e9dcffbb2bfdee87ca05a204461cfd831852431081502d1dc2b11/68747470733a2f2f676869742e6d652f62616467652e7376673f7265706f3d74617065737472792d636c6f75642f636f64652d6578616d706c652d706c7567696e)](https://ghit.me/repo/tapestry-cloud/code-example-plugin)

Install
-------

[](#install)

To install run: `composer require tapestry-cloud/code-example-plugin`

Next you need to update your site configuration to include the path to your code examples folder:

```
// ...

    'plugins' => [
        'code_example_path' => __DIR__ . '/code_examples/'
    ],

// ...
```

Finally within your site Kernel.php you need to register the plugin's service provider:

```
