qlcorp / vext-framework
Interfaces Laravel with ExtJs
Installs: 136
Dependents: 1
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/qlcorp/vext-framework
Requires
- php: >=5.3.0
- illuminate/support: >=4.1
This package is not auto-updated.
Last update: 2025-10-18 02:11:33 UTC
README
Configuration
Note: Requires PHP 5.3 or greater.
LaravExt interfaces Laravel with ExtJs for rapid-development. Both CRUD and Tree functionality is provided
Composer
First, use composer require to install the framework
composer require qlcorp/vext-framework dev-master
Service Provider
Next, register the Qlcorp\VextFramework\Providers\VextFrameworkServiceProvider in your app configuration file.