PHP code example of artincms / laravel_portfolio

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

    

artincms / laravel_portfolio example snippets


   <div id="portfolio">
        <laravel_portfolio :category_id="1" :lang_id=1 :rtl=true></laravel_portfolio>
    </div>

window.Vue = t('laravel_portfolio', onst portfolio = new Vue({
        el: '#portfolio',
    });
}