PHP code example of group_h_sites / sites

1. Go to this page and download the library: Download group_h_sites/sites 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/ */

    

group_h_sites / sites example snippets


<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.3/js/select2.min.js"></script>
{!! HTML::script('js/select2.js') !!}
<script src="//cdn.tinymce.com/4/tinymce.min.js"></script>
{!! HTML::script('js/tinymce.js') !!}
<script src="/vendor/laravel-filemanager/js/lfm.js"></script>
<script>
    $('#lfm').filemanager('image');
</script>