Package Data | |
---|---|
Maintainer Username: | qlcorp |
Maintainer Contact: | john@qlcorp.net (Quantum Logic Corp.) |
Package Create Date: | 2014-01-21 |
Package Last Update: | 2016-10-21 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:25:13 |
Package Statistics | |
---|---|
Total Downloads: | 133 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 7 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Note: Requires PHP 5.3 or greater.
LaravExt interfaces Laravel with ExtJs for rapid-development. Both CRUD and Tree functionality is provided
First, use composer require
to install the framework
composer require qlcorp/vext-framework dev-master
Next, register the Qlcorp\VextFramework\Providers\VextFrameworkServiceProvider
in your app
configuration file.