Skip to content

Commit

Permalink
Merge branch 'php72-laravel55' of https://github.com/a1comms/GaeSuppo…
Browse files Browse the repository at this point in the history
…rtLaravel into php72-laravel55
  • Loading branch information
iamacarpet committed May 8, 2019
2 parents 49cc366 + 09a53c5 commit 7acd7ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Google App Engine (GAE) Standard and Flexible Environment support package for La
[![Latest Unstable Version](https://poser.pugx.org/a1comms/gae-support-laravel/v/unstable)](https://packagist.org/packages/a1comms/gae-support-laravel)
[![License](https://poser.pugx.org/a1comms/gae-support-laravel/license)](https://packagist.org/packages/a1comms/gae-support-laravel)

Based on original work for App Engine Standard by @shpasser https://github.com/shpasser/GaeSupportL5
Based on original work for App Engine Standard (on the PHP5.5 runtime) by @shpasser https://github.com/shpasser/GaeSupportL5

This library is designed for homogeneous operation between the Standard Environment and the Flexible Environment.

Expand All @@ -17,6 +17,8 @@ This library is designed for homogeneous operation between the Standard Environm
* StackDriver Trace integration (see [docs/trace.md](https://github.com/a1comms/GaeSupportLaravel/blob/php72-laravel55/docs/trace.md))
* Blade View Pre-Compiler (optional, see [docs/blade-pre-compile.md](https://github.com/a1comms/GaeSupportLaravel/blob/php72-laravel55/docs/blade-pre-compile.md))
* Guzzle integration (optional, see [docs/trace.md](https://github.com/a1comms/GaeSupportLaravel/blob/php72-laravel55/docs/trace.md#guzzle))
* Laravel Auth Integration for IAP (see [docs/iap-auth-verify.md](https://github.com/a1comms/GaeSupportLaravel/blob/php72-laravel55/docs/iap-auth-verify.md))


## Installation

Expand Down Expand Up @@ -52,6 +54,7 @@ Pull in the package via Composer.

```php
'providers' => [
A1comms\GaeSupportLaravel\Auth\AuthServiceProvider::class,
A1comms\GaeSupportLaravel\View\ViewServiceProvider::class,
A1comms\GaeSupportLaravel\Queue\QueueServiceProvider::class,
A1comms\GaeSupportLaravel\Trace\TraceServiceProvider::class,
Expand Down

0 comments on commit 7acd7ec

Please sign in to comment.