PHPackages                             wendelladriel/laravel-hut - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. wendelladriel/laravel-hut

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

wendelladriel/laravel-hut
=========================

A collection of Helpers and Utilities for your Laravel application

v1.0.0(3y ago)52MITPHPPHP ^8.0

Since Oct 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/WendellAdriel/laravel-hut)[ Packagist](https://packagist.org/packages/wendelladriel/laravel-hut)[ RSS](/packages/wendelladriel-laravel-hut/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

Laravel Hut 🛖
=============

[](#laravel-hut-)

> A collection of Helpers and Utilities for your Laravel application

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

[](#installation)

```
composer require wendelladriel/laravel-hut

```

Run your migrations since this package provides a migration for a table called `change_logs` that will be explained below.

Usage
-----

[](#usage)

This package provides a lot of classes that can be useful for a lot of projects created with Laravel. I created this package because I use a lot of these Helpers and Utilities in the projects I work on, so I hope it can be useful for someone out there as well.

### Exceptions

[](#exceptions)

This package provides the class `WendellAdriel\LaravelHut\Exceptions\ApiHandler` that you can use and/or extend. This class can be used if you're creating an API. It will render all the errors in JSON format.

You can extend it in your `App\Exceptions\Handler`:

```
// CHANGE THIS
