leowebguy / proper-name
This package is abandoned and no longer maintained.
No replacement package was suggested.
Plugin intended to prevent biased, copyrighted and other non desired naming.
1.0.3
2023-03-24 03:15 UTC
Requires
- php: ^8.0
- craftcms/cms: ^4.0
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
README
Proper Name is a Craft CMS plugin intended to reduce liability and improve SEO by preventing biased (gender, ethnicity...), copyrighted (shutterstock, getty...) and other non desired naming.
Installation
composer require leowebguy/proper-name
On your Control Panel, go to Settings → Plugins → "Proper Name" → Install
Settings
Set words that you would prefer NOT to be used in assets naming.
Output error
Testing
If you have Codeception already setup, use the following command to symlink the plugin test file vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php into tests/unit/ folder.
ln -s ../../vendor/leowebguy/proper-name/tests/unit/ProperNameTest.php ./tests/unit/ProperNameTest.php;
Then run php vendor/bin/codecept run unit from your root


