Files
larapaper/config/sidecar.php

11 lines
200 B
PHP

<?php
return [
/*
* All of your function classes that you'd like to deploy go here.
*/
'functions' => [
Wnx\SidecarBrowsershot\Functions\BrowsershotFunction::class,
],
];