PHP code example of trikoder / assets-manifest-bundle
1. Go to this page and download the library: Download trikoder/assets-manifest-bundle 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/ */
trikoder / assets-manifest-bundle example snippets
<link href="{{ manifestAsset('@AppBundle:css/bundles/home.css') }}" rel="stylesheet" type="text/css">
<script async src="{{ manifestAsset('@AppBundle:js/home.js') }}"></script>