Download the PHP package xclydes/larva without Composer
On this page you can find all versions of the php package xclydes/larva. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xclydes/larva
More information about xclydes/larva
Files in xclydes/larva
Download xclydes/larva
More information about xclydes/larva
Files in xclydes/larva
Vendor xclydes
Package larva
Short Description A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.
License MIT
Package larva
Short Description A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.
License MIT
Please rate this library. Is it a good library?
Informations about the package larva
larva
A ORM to form implementation designed for laravel.
In order to include this package using composer, you will need to do the following:-
-
Modify you composer.json file to include:-
- Add a require (or require-dev) property:
"xclydes/larva" : "dev-master"
Once complete you can run composer update
to have the package imported.
Add a custom provider in the app config
Xclydes\Larva\LarvaServiceProvider::class,
After import run vendor:publish
to have the resources deployed.
All versions of larva with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
view-components/eloquent-data-processing Version ^1.2
view-components/grids Version ^0.5.9
laravel/framework Version ^5.0
illuminate/support Version 5.*@dev
laravelcollective/html Version 5.*
kris/laravel-form-builder Version ^1.6
doctrine/dbal Version ^2.5
view-components/eloquent-data-processing Version ^1.2
view-components/grids Version ^0.5.9
laravel/framework Version ^5.0
illuminate/support Version 5.*@dev
laravelcollective/html Version 5.*
kris/laravel-form-builder Version ^1.6
doctrine/dbal Version ^2.5
The package xclydes/larva contains the following files
Loading the files please wait ....