dam1r89/test-hooks

Creates a webhooks that make end to end or manual testing of Laravel apps easier. Allows creating db snapshots and changing app date.

1.0.2 2017-04-01 15:27 UTC

This package is auto-updated.

Last update: 2024-10-21 03:30:08 UTC


README

Adds a webhooks useful for testing

composer require --dev dam1r89/test-hooks

Configuration:

config/app.php

dam1r89\TestHooks\TestHooksServiceProvider::class,

Publish

php artisan vendor:publish --tag="testhooks"

by default it works only on testing and local environment.

Methods

Supports only mysql database.

Extension

With extension you can do it from chrome browser. Get it here

preview