Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jhonoryza/laravel-logdesk

laravel package for logdesk app
https://github.com/jhonoryza/laravel-logdesk

Last synced: about 1 month ago
JSON representation

laravel package for logdesk app

Awesome Lists containing this project

README

        

# Laravel Logdesk



Total Downloads


Latest Stable Version


License

insipired by [spatie ray](https://github.com/spatie/laravel-ray) create free version with minimum features.

## Installation

install this package

```bash
composer require jhonoryza/logdesk --dev
```

download desktop app here [https://github.com/jhonoryza/logdesk/releases/latest](https://github.com/jhonoryza/logdesk/releases/latest)

![image](./logdesk-2.png)

## Usage

```php
logdesk('ok'); // string
logdesk(new User()); // object
logdesk(['foo' => 'bar') // array
logdesk(true); // boolean
```

you can pass multiple value

```php
logdesk('ok', ['foo' => 'bar'], new User());
```

or you can have behaviour like `dd()` in laravel to die and dump

```php
logdeskDie('die');
```

### Security

If you've found a bug regarding security please mail [[email protected]](mailto:[email protected]) instead of using the issue tracker.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.