Txt Generator for OctoberCMS
As the title says, it allows you to generate humans.txt and robots.txt for your web app.
You can use the plugin code Mohsin.Txt in your October backend to get this plugin. Enjoy!!!
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!!!
Alexey Bobkov and Samuel Georges for OctoberCMS.
Scott Bedard for HasMany Widget.