Peek
  • 👋Welcome to A PeekDebug
  • Getting Started
    • 🛠️Installation
    • ✨Features
    • Support
  • Laravel
    • Installation
    • 🛠️Configuration
    • 🔑Usage
    • 🔗Queries
Powered by GitBook
On this page
  • Using Peek With Laravel
  • Installation in a single project
  • Creating a config file
  1. Laravel

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.

composer require omisteck/peek

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.

php artisan peek:publish-config
PreviousSupportNextConfiguration

Last updated 4 months ago