2017 © Pedro Peláez
 

library lumen-cors

A Simple Lumen CORS. This also supports Lumen 5.1.

image

omarusman/lumen-cors

A Simple Lumen CORS. This also supports Lumen 5.1.

  • Thursday, June 18, 2015
  • by omarusman
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Lumen Cors Package

A Simple Cross Origin Resource Sharing for Lumen Framework. Tested on Lumen 5.1., (*1)

Install

composer require omarusman/lumen-cors

Configure

On boostrap/app.php register the service provider:, (*2)

$app->register('OmarUsman\LumenCors\Providers\CorsServiceProvider');

And the middleware:, (*3)

$app->middleware([
    //...,
    'OmarUsman\LumenCors\Middlewares\CorsMiddleware'
]);

And that is it!, (*4)

License

DON'T BE A DICK PUBLIC LICENSE

Source., (*5)

Version 1, December 2009, (*6)

Copyright (C) 2009 Philip Sturgeon me@philsturgeon.uk, (*7)

Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed., (*8)

DON'T BE A DICK PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION, (*9)

  1. Do whatever you like with the original work, just don't be a dick., (*10)

    Being a dick includes - but is not limited to - the following instances:, (*11)

    1a. Outright copyright infringement - Don't just copy this and change the name. 1b. Selling the unmodified original with no work done what-so-ever, that's REALLY being a dick. 1c. Modifying the original work to contain hidden harmful content. That would make you a PROPER dick., (*12)

  2. If you become rich through modifications, related works/services, or supporting the original work, share the love. Only a dick would make loads off this work and not buy the original works creator(s) a pint., (*13)

  3. Code is provided with no warranty. Using somebody else's code and bitching when it goes wrong makes you a DONKEY dick. Fix the problem yourself. A non-dick would submit the fix back., (*14)

The Versions

18/06 2015

dev-master

9999999-dev

A Simple Lumen CORS. This also supports Lumen 5.1.

  Sources   Download

dbad

The Requires

 

laravel cors lumen