2017 © Pedro Peláez
 

library larva

A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.

image

xclydes/larva

A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.

  • Friday, January 12, 2018
  • by xclydes
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

larva

A ORM to form implementation designed for laravel., (*1)

In order to include this package using composer, you will need to do the following:-, (*2)

  1. Modify you composer.json file to include:-, (*3)

    "repositories": [
        {
            "type":"vcs",
            "url": "https://github.com/xclydes/larva"
        }
    ]
    
  2. Add a require (or require-dev) property:, (*4)

    "xclydes/larva" : "dev-master", (*5)

Once complete you can run composer update to have the package imported., (*6)

Add a custom provider in the app config, (*7)

    Xclydes\Larva\LarvaServiceProvider::class,

After import run vendor:publish to have the resources deployed., (*8)

The Versions

12/01 2018

dev-master

9999999-dev

A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.

  Sources   Download

MIT

The Requires

 

by Jermaine Rattray

12/01 2018

v1.0.0

1.0.0.0

A library to aid in the quickly developing CRUD functionality within a Larvel 5 applicaiton.

  Sources   Download

MIT

The Requires

 

by Jermaine Rattray