omisteck/peek

Peek is a laravel package that allows you to peek into your application's.

0.0.1 2025-01-04 07:16 UTC

README

A lightweight debugging and inspection tool for your applications.

Features

  • Real-time variable inspection
  • Clean and intuitive interface
  • Minimal performance overhead
  • Easy integration with existing projects
  • Support for multiple programming languages

Installation

composer require omisteck/peek

Configuration

You can configure Peek by publishing the configuration file:

php artisan vendor:publish --tag="peek-config"

Documentation

For detailed documentation, please visit our documentation page.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Security

If you discover any security related issues, please email talk2omis@gmail.com instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Credits