startupmasters / bladeindextag
With this package you can use the custom @index directive in blade. If your application is not in production environment it will automatically add noindex meta tag in the <head> of your app.
Requires
- illuminate/support: ~5|~6|~7|~8
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4|~5|~6
- phpunit/phpunit: ~8.0|~9.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-11-23 18:18:27 UTC
README
With this package you can use the custom @index directive in blade. If your application is not in production environment it will automatically add noindex meta tag in the of your app.
Installation
Via Composer
$ composer require startupmasters/bladeindextag
Usage
In the head of your app you must use the directive @index.
Change log
Please see the changelog for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
Please see the license file for more information.