2017 © Pedro Peláez
 

library laravel-gnu-terry-pratchett

Keep Sir Terry Pratchett alive forever, in the clacks.

image

bwibrew/laravel-gnu-terry-pratchett

Keep Sir Terry Pratchett alive forever, in the clacks.

  • Monday, April 23, 2018
  • by BWibrew
  • Repository
  • 1 Watchers
  • 1 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 41 % Grown

The README.md

GNU Terry Pratchett header for Laravel

Latest Version on Packagist CircleCI StyleCI Codacy grade Codacy coverage, (*1)

"A man is not dead while his name is still spoken." - Going Postal, Chapter 4 prologue, (*2)

On the Discworld there is a sort of... internet. This is a series of semaphore towers which span the world and transmit messages in a way that's similar to our world's old telegraph system., (*3)

This middleware package uses the idea from this Reddit thread and the numerous other packages and plugins that do similar things., (*4)

This middleware package adds the header X-Clacks-Overhead: GNU Terry Pratchett to every HTTP response which passes through the middleware., (*5)

Installation

Install using Composer by running:, (*6)

composer require bwibrew/laravel-gnu-terry-pratchett

Add the GnuPratchettMiddleware class to one of the middleware properties of your app/Http/Kernel.php file., (*7)

<?php
// app/Http/Kernel.php
namespace App\Http;

use Illuminate\Foundation\Http\Kernel as HttpKernel;

class Kernel extends HttpKernel
{
    protected $middleware = [
        // ...
        \BWibrew\GnuPratchett\GnuPratchettHeader::class,
    ];
}

The Versions

23/04 2018

dev-master

9999999-dev

Keep Sir Terry Pratchett alive forever, in the clacks.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel pratchett discworld

23/04 2018

1.1.1

1.1.1.0

Keep Sir Terry Pratchett alive forever, in the clacks.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel pratchett discworld

19/04 2018

1.1.0

1.1.0.0

Keep Sir Terry Pratchett alive forever, in the clacks.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel pratchett discworld

19/04 2018

1.0.0

1.0.0.0

Keep Sir Terry Pratchett alive forever, in the clacks.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel pratchett discworld