laravel-pwa icon indicating copy to clipboard operation
laravel-pwa copied to clipboard

Allow the middleware to be configured in the config file

Open jaggy opened this issue 1 year ago • 0 comments

This PR adds a new config setting that allows user-land to set the middleware being used in /offline and /manifest.json.

This is added for apps that doesn't use the web middleware.

// laravelpwa.php
return [
    'middleware' => ['web'],
];

jaggy avatar Nov 25 '23 02:11 jaggy