Skip to content

Dheia/oc-selectable-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plugin that demonstrates the selectable column-type in OctoberCMS

Installation

Fire up your terminal and cd into your OctoberCMS project folder and paste this:

[ -f artisan ] && cd plugins
mkdir -p mohsin && cd $_
wget https://github.com/SaifurRahmanMohsin/oc-selectable-plugin/archive/master.zip
[ -f master ] && unzip master || unzip master.zip && rm $_
mv oc-selectable-plugin-master selectable
php artisan october:up

You have now successfully installed the Selectable Plugin.

About

Plugin that demonstrates the selectable column-type in OctoberCMS

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.9%
  • PHP 31.1%