2017 © Pedro Pelรกez
 

library laravel_board

BBS bulletin board system

image

wangta69/laravel_board

BBS bulletin board system

  • Monday, June 25, 2018
  • by wangta69
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 26 % Grown

The README.md

Waht is pondol's Laravel Board

ํ•œ๊ตญํ˜• ๋ผ๋ผ๋ฒจ์šฉ ๊ฒŒ์‹œํŒ ์ž…๋‹ˆ๋‹ค.
ํ˜„์žฌ ์ง„ํ–‰์ค‘์ธ ํ”„๋กœ์ ํŠธ์— ์‚ฌ์šฉํ•˜๋ ค๊ณ  ๊ฐ„๋‹จํ•˜๊ฒŒ ๋งŒ๋“ค๊ณ  ํ…Œ์ŠคํŠธ ์ค‘์ž…๋‹ˆ๋‹ค.
, (*1)

This package was tested on Laravel 8.x, (*2)

๊ณต์‹๋ฌธ์„œ, (*3)

Demo, (*4)

version 2.x installation version 8.1.x installation, (*5)

Installation

over ver 8.2, (*6)

composer require wangta69/laravel-board
php artisan pondol:install-bbs

resources

  • design : bootstrp 5.x
  • jquery : 3.6.x

How to Use

Set Security for Admin.

After Install, Goto App/Http/Controllers/Bbs/Admin and you can find controllers for Admin.
Set Access Auth on __construct for security
, (*7)

if(!Auth::user()->hasRole('administrator')) => hasRole('Your Admin Role name')

Login To Admin

Type url http://YourDomain/bbs/admin and Create What you want Bbs.
If you have rolls not yet, do 'php artisan make:model Role -m'
, (*8)

Create BBS

You can make any bbs what you want
After create bbs link for admin : http://YourDomain//bbs/admin/tbl/[table name]
link for user : http://YourDomain//bbs/[table name]
, (*9)

functions

bbs_get_thumb

realtime thumbnail generator, (*10)

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

bbs_get_latest

if you want some data to dispay from bbs, follow below explain, (*11)

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

Make Additional Template

Go to resources/views/bbs/templates And add a template like exist template, (*12)

Forum

if you have any article not bbs and you want add comment like forum, just insert below code, (*13)

<x-item-comments item="story" :itemId="1" skin="default"/>
  • skin : currently only 'default' skin exist(i'm gonna add more skins)
  • item : what you want (string type)
  • itemId : this is important one, if you have many articles, you put itemId for every articles

The Versions

25/06 2018

dev-master

9999999-dev

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

18/05 2018

1.0.9

1.0.9.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

24/04 2018

1.0.8

1.0.8.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

20/04 2018

1.0.7

1.0.7.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

29/01 2018

1.0.6

1.0.6.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

11/01 2018

1.0.5

1.0.5.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

10/01 2018

1.0.4

1.0.4.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

10/01 2018

1.0.3

1.0.3.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

09/01 2018

1.0.2

1.0.2.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol

05/01 2018

1.0.1

1.0.1.0

BBS bulletin board system

  Sources   Download

MIT

The Requires

 

by Pondol

laravel board bbs pondol