2017 © Pedro Peláez
 

library patchr-laravel

Laravel wrapper for Patchr

image

0plus1/patchr-laravel

Laravel wrapper for Patchr

  • Wednesday, April 19, 2017
  • by 0plus1
  • Repository
  • 1 Watchers
  • 0 Stars
  • 91 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 26 % Grown

The README.md

Patchr - Laravel/Lumen

MySQL version control Patchr on github.

Install

Composer, (*1)

composer require 0plus1/patchr-laravel

Create folder Create a new folder named patchr in your storage folder., (*2)

Laravel, (*3)

In ./config/app.php, (*4)

Add:, (*5)

Zeroplusone\Patchr\Laravel\LaravelServiceProvider::class,

To the 'providers' array., (*6)

Then run:, (*7)

php artisan vendor:publish --provider="Zeroplusone\Patchr\Laravel\LaravelServiceProvider" --tag="config"

To publish the configuration file., (*8)

Lumen, (*9)

First copy the configuration file: ./vendor/0plus1/patchr-laravel/config/patchr.php to ./config/patchr.php, (*10)

In ./bootstrap/app.php add:, (*11)

$app->register( Zeroplusone\Patchr\Laravel\LumenServiceProvider::class);

To the 'Register Service Providers' section., (*12)

$app->configure('patchr');

To the 'Create The Application' section., (*13)

Publish config

Laravel, (*14)

Lumen, (*15)

php artisan vendor:publish --provider="Zeroplusone\Patchr\Laravel\LumenServiceProvider" --tag="config"

This will publish a ./config/patchr.php file., (*16)

Configure

Change configuration to suit your app needs (Documentation)., (*17)

The Versions

19/04 2017

dev-master

9999999-dev

Laravel wrapper for Patchr

  Sources   Download

MIT

The Requires

 

19/04 2017

v0.9.3

0.9.3.0

Laravel wrapper for Patchr

  Sources   Download

MIT

The Requires

 

17/03 2017

v0.9.1

0.9.1.0

Laravel wrapper for Patchr

  Sources   Download

MIT

The Requires

 

15/03 2017

v0.9.0

0.9.0.0

Laravel wrapper for Patchr

  Sources   Download

MIT

The Requires