xclydes / larva
A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/xclydes/larva
Requires
- php: >=5.5.0
- doctrine/dbal: ^2.5
- illuminate/support: 5.*@dev
- kris/laravel-form-builder: ^1.6
- laravel/framework: ^5.0
- laravelcollective/html: 5.*
- view-components/eloquent-data-processing: ^1.2
- view-components/grids: ^0.5.9
This package is auto-updated.
Last update: 2025-10-10 15:03:03 UTC
README
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:-
"repositories": [ { "type":"vcs", "url": "https://github.com/xclydes/larva" } ]
-
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.