Skip to content

qlcorp/VextFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaravExt Framework

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.