PHPackages                             bulforce/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. bulforce/ext-direct

ActiveLibrary[API Development](/categories/api)

bulforce/ext-direct
===================

Laravel ExtJS/Sencha direct provider

1398613[1 issues](https://github.com/Bulforce/laravel-ext-direct/issues)PHP

Since Apr 28Pushed 9y ago4 watchersCompare

[ Source](https://github.com/Bulforce/laravel-ext-direct)[ Packagist](https://packagist.org/packages/bulforce/ext-direct)[ RSS](/packages/bulforce-ext-direct/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

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

Looking for the laravel 4 package, check the laravel4 branch.

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:

```
