whsol / Txt

Txt Generator for OctoberCMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Txt

Txt Generator for OctoberCMS

What is it

As the title says, it allows you to generate humans.txt and robots.txt for your web app.

Installation

MarketPlace Installation

You can use the plugin code Mohsin.Txt in your October backend to get this plugin. Enjoy!!!

Manual Installation

Some advanced users might prefer to use manually install the plugin. This can be done using the command line. CD into your OctoberCMS project folder and paste these commands. It will execute one after another:

[ -f artisan ] && cd plugins
mkdir -p mohsin && cd $_
wget https://github.com/SaifurRahmanMohsin/Txt/archive/master.zip
[ -f master ] && unzip master || unzip master.zip
rm $_
mv Txt-master txt && cd $_
composer up

Logout from your backend and login again. This will create the necessary tables for the plugin to work. You have now installed Txt! Enjoy!!!

Thanks

Alexey Bobkov and Samuel Georges for OctoberCMS.

Scott Bedard for HasMany Widget.

About

Txt Generator for OctoberCMS


Languages

Language:PHP 55.7%Language:HTML 44.3%