PHPackages                             enflow/component-laravel - 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. enflow/component-laravel

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

enflow/component-laravel
========================

Laravel package for Enflow's clients

051.5k↑107.1%PHP

Since Oct 16Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/enflow/component-laravel)[ Packagist](https://packagist.org/packages/enflow/component-laravel)[ RSS](/packages/enflow-component-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Enflow's defaults for Laravel
=============================

[](#enflows-defaults-for-laravel)

The `component-laravel` package provides a sane-default configuration for Enflow based applications. The LaravelServiceProvider registers some classes, middleware, and enables Skyline cluster support.

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

[](#installation)

You can install the package via composer:

```
composer require enflow/component-laravel
```

Configuration
-------------

[](#configuration)

This package registers automatically trough Laravel's autoloading.

Exception handling
------------------

[](#exception-handling)

To include this ExceptionHandler to enable prettier error handling, extend the `\Enflow\Component\Laravel\AbstractExceptionHandler` from `app/Exceptions/Handler.php` file like this:

```
