https://github.com/fourlabsldn/robotsbundle
Symfony bundle to control X-Robots-Tag HTTP header via annotations
https://github.com/fourlabsldn/robotsbundle
Last synced: 4 months ago
JSON representation
Symfony bundle to control X-Robots-Tag HTTP header via annotations
- Host: GitHub
- URL: https://github.com/fourlabsldn/robotsbundle
- Owner: fourlabsldn
- License: mit
- Created: 2015-08-27T16:46:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-01T10:20:48.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T03:16:11.051Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robots Bundle
**Symfony2 bundle to control `X-Robots-Tag` HTTP header via annotations.**
[](https://packagist.org/packages/fourlabs/robots-bundle)
[](https://packagist.org/packages/fourlabs/robots-bundle)
[](https://insight.sensiolabs.com/projects/25fe368d-13ac-4e1b-8de0-82575b2b7d3a)## Installation
### Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:``` bash
$ composer require fourlabs/robots-bundle dev-master
```This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.
### Enable the Bundle
Then, enable the bundle by adding the following line in the *app/AppKernel.php* file of your project:
``` php