PHPackages                             lucasromanojf/ext-direct - 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. [API Development](/categories/api)
4. /
5. lucasromanojf/ext-direct

ActiveLibrary[API Development](/categories/api)

lucasromanojf/ext-direct
========================

Laravel ExtJS/Sencha direct provider

0.2(9y ago)1351PHPPHP &gt;=5.4.0

Since Dec 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lucasromanojf/laravel-ext-direct)[ Packagist](https://packagist.org/packages/lucasromanojf/ext-direct)[ RSS](/packages/lucasromanojf-ext-direct/feed)WikiDiscussions custom Synced 1mo ago

READMEChangelog (2)DependenciesVersions (4)Used By (0)

\##Info This is ext-direct provider for laravel 4.x (works with extjs 5 as well)

The idea behind ext-direct is to allow javascript to call remote php methods as they were client side javascript methods. This is reducing dramatically the development time.

Heavily(almost 99%) based on

The original class was touched just a little bit.

\##Installation##

Add this line to the composer.json require list and run composer update

```
"bulforce/ext-direct": "dev-master"

```

Add to app.php 'providers' array:

```
'Bulforce\ExtDirect\ExtDirectServiceProvider',

```

This package comes with a Facade but you dont have to include it in your app.php it is automatically included.

You **MUST** publish or create this config file:

```
../laravel_project/app/config/packages/bulforce/ext-direct/config.php

```

You **MUST** edit the config.php file:

```
