PHPackages                             joseph-montanez/laravel-atk - 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. [Framework](/categories/framework)
4. /
5. joseph-montanez/laravel-atk

ActiveLibrary[Framework](/categories/framework)

joseph-montanez/laravel-atk
===========================

Agile UI and Data integration with Laravel

v1.0.4(7y ago)3232[1 issues](https://github.com/joseph-montanez/Laravel-Atk/issues)[1 PRs](https://github.com/joseph-montanez/Laravel-Atk/pulls)MITPHPPHP &gt;=7.0.0

Since Jun 26Pushed 7y ago2 watchersCompare

[ Source](https://github.com/joseph-montanez/Laravel-Atk)[ Packagist](https://packagist.org/packages/joseph-montanez/laravel-atk)[ RSS](/packages/joseph-montanez-laravel-atk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (6)Used By (0)

Laravel ATK
===========

[](#laravel-atk)

Laravel ATK is a Laravel integration package for Agile UI &amp; Agile Data.

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

[](#installation)

Begin by installing this package through Composer. Run this command from the Terminal:

```
composer require joseph-montanez/laravel-atk
```

### Adding Middleware

[](#adding-middleware)

Agile UI can terminate before `$app->run()` is ever called. As of right now this means an exception is thrown, so to catch the exception and return the response, Laravel's Middleware is needed.

**Edit `app/Http/Kernel.php`**

```
