Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 425 Bytes

8.1.x.md

File metadata and controls

28 lines (21 loc) · 425 Bytes

8.1.x

Installation

composer require wangta69/laravel_board

Setup

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

publish stuff

 php artisan vendor:publish

create storage soft link

php artisan storage:link

publish all Resoucres

php artisan vendor:publish --provider="Pondol\Bbs\BbsServiceProvider"
php artisan vendor:publish --provider="Pondol\Editor\EditorServiceProvider"