qlcorp / vext-framework
Interfaces Laravel with ExtJs
1.1.0.1
2016-08-10 19:03 UTC
Requires
- php: >=5.3.0
- illuminate/support: >=4.1
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is not auto-updated.
Last update: 2026-08-22 06:21:06 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.