PHPackages                             binarcode/laravel-developer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. binarcode/laravel-developer

ActiveLibrary

binarcode/laravel-developer
===========================

Lightweight package to log slack exceptions.

6.1.1(4mo ago)10343.8k↑21.9%3MITPHPPHP ^8.2|^8.3|^8.4CI passing

Since Dec 9Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/BinarCode/laravel-developer)[ Packagist](https://packagist.org/packages/binarcode/laravel-developer)[ Docs](https://github.com/binarcode/laravel-developer)[ RSS](/packages/binarcode-laravel-developer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (43)Used By (0)

Lightweight package help your development eyes.
===============================================

[](#lightweight-package-help-your-development-eyes)

[![](https://raw.githubusercontent.com/BinarCode/laravel-developer/master/static/Laravel_Developer.png)](https://raw.githubusercontent.com/BinarCode/laravel-developer/master/static/Laravel_Developer.png)

[![Build Status](https://github.com/BinarCode/laravel-developer/workflows/Tests/badge.svg)](https://github.com/binarcode/laravel-developer/actions)[![Total Downloads](https://camo.githubusercontent.com/257fb4440cce2fb89b7031fa8cded7412638a99956288d21c90c3deeac8fc42b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62696e6172636f64652f6c61726176656c2d646576656c6f706572)](https://packagist.org/packages/binarcode/laravel-developer)[![Latest Stable Version](https://camo.githubusercontent.com/24ad6360222a6a1c7b317d18f63b7b85025a26dd7afcb208dd57372d6c0ea884/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62696e6172636f64652f6c61726176656c2d646576656c6f706572)](https://packagist.org/packages/binarcode/laravel-developer)[![License](https://camo.githubusercontent.com/c91df481b835b48c893ce7e4ac944515d64e78431cd4d75c2cb7caebe1879a91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62696e6172636f64652f6c61726176656c2d646576656c6f706572)](https://packagist.org/packages/binarcode/laravel-developer)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require binarcode/laravel-developer
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Binarcode\LaravelDeveloper\LaravelDeveloperServiceProvider" --tag="developer-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Binarcode\LaravelDeveloper\LaravelDeveloperServiceProvider" --tag="developer-config"
```

This is the contents of the published config file:

```
