2017 © Pedro Peláez
 

library og-middleware

Laravel middleware for allow open graph bot visit it

image

evabioz/og-middleware

Laravel middleware for allow open graph bot visit it

  • Tuesday, July 11, 2017
  • by evabioz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 100 % Grown

The README.md

og-middleware

Laravel middleware for allow open graph bot visit it, (*1)

Requirements

  • PHP 5.5.9+
  • Laravel 5+

Installation

First, pull in the package through Composer., (*2)

composer require evabioz/og-middleware

And then include the service provider within app/config/app.php., (*3)

'providers' => [
    Evabioz\OGMiddleware\OGMiddlewareServiceProvider::class,
];

Publish the package config file

$ php artisan vendor:publish --provider="Evabioz\OGMiddleware\OGMiddlewareServiceProvider"

Configuration

You can use named route, or asterix syntax (without start and end markers)., (*4)

// within app/config/og-middleware.php

'route_endpoint_list' => [

    // 'foo/bar' => OpenGraphEndpoint::class

],

License

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

The Versions

11/07 2017

dev-master

9999999-dev

Laravel middleware for allow open graph bot visit it

  Sources   Download

MIT

The Requires

 

by Dennis Lin

11/07 2017

v1.0.0

1.0.0.0

Laravel middleware for allow open graph bot visit it

  Sources   Download

MIT

The Requires

 

by Dennis Lin