Source code for Medium article on how to receive data over webhooks with Paystack in Laravel. See article here.

Installation

git clone https://github.com/adejorosam/webhook-tutorial.git

cd file

composer install

cp .env.example .env

php artisan key:generate

php artisan serve