Installation
Using Peek With Laravel
To communicate with the Peek desktop app, we're going to use a function named peek()
.
Installation in a single project
To start using Peek in a Laravel project, install the peek
package in the project.
You should be able to use the peek
function without any other steps.
Creating a config file
Optionally, you can run an artisan command to publish the config file in to the project root.
Last updated