PHP code example of wangta69 / laravel-board

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

    

wangta69 / laravel-board example snippets


<img src="{{bbs_get_thumb($article->image, 205, 205) }}" alt="{{$article->title}}">

public function Anything()
{
	$notice = bbs_get_latest(array('table'=>'notice', 'cnt'=>5));
}