2017 © Pedro PelĂĄez
 

library laravel-seo-attributes

Quickly add SEO attribute to your views in Laravel

image

witify/laravel-seo-attributes

Quickly add SEO attribute to your views in Laravel

  • Monday, May 14, 2018
  • by francoislevesque
  • Repository
  • 2 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 300 % Grown

The README.md

Quick JSON reponses in Laravel

Latest Version on Packagist Build Status Maintainability Test Coverage Total Downloads, (*1)

Installation

You can install the package via composer:, (*2)

composer require witify/laravel-seo-attributes

Usage

Add it to your controller: ``` php, (*3)

use Witify\LaravelSeoAttributes\SeoTrait;, (*4)

class HomeController extends Controller { use SeoTrait; }, (*5)


## Available methods | Method | Description | | --- | --- | | seo()->setTitle(string $title) | Adds seo.title value in the view | | seo()->setDescription(string $description) | Adds seo.description value in the view | | seo()->setRelCanonical(string $relCanonical) | Adds seo.rel_canonical value in the view | ### Testing ``` bash composer test

Changelog

Please see CHANGELOG for more information what has changed recently., (*6)

Contributing

Please see CONTRIBUTING for details., (*7)

Security

If you discover any security related issues, please email info@witify.io instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

14/05 2018
14/05 2018

1.0.0

1.0.0.0 https://github.com/Witify/laravel-seo-attributes

Quickly make add SEO attribute to your views in Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel seo