customergauge/bref is a Laravel package for aws lambda with bref adapter for laravel.
It currently has 1 GitHub stars and 47.048 downloads on Packagist (latest version 2.1.0).
Install it with composer require customergauge/bref.
Discover more Laravel packages by customergauge
or browse all Laravel packages to compare alternatives.
Last updated
This library provides a Bref Adapter for Laravel
composer require customergauge/bref
We need to add \CustomerGauge\Bref\Helpers\StorageDirectories::create($app); to the bootstrap/app.php file.
This will ensure that the storage directories are created before the application is booted.
The following environment variables will configure Laravel to use the appropriate folders:
APP_SERVICES_CACHE: /tmp/laravel-bref-adapter/storage/cache/services.php
APP_PACKAGES_CACHE: /tmp/laravel-bref-adapter/storage/cache/packages.php
APP_ROUTES_CACHE: /tmp/laravel-bref-adapter/storage/cache/routes.php
VIEW_COMPILED_PATH: /tmp/laravel-bref-adapter/storage/framework/views