PHP code example of assertchris / laravel-highlight-web-component
1. Go to this page and download the library: Download assertchris/laravel-highlight-web-component library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
assertchris / laravel-highlight-web-component example snippets
html
<w-code lang="php">
print "hello world";
</w-code>
txt
php artisan vendor:publish --provider=AC\\LaravelHighlightWebComponent\\Provider