2017 © Pedro Peláez
 

library raw

A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter

image

webtools/raw

A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter

  • Friday, April 25, 2014
  • by adriangheorghe
  • Repository
  • 5 Watchers
  • 10 Stars
  • 131 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Raw

A CRUD package for Laravel. Using this you can create your entire c.r.u.d (Create Read Update Delete) interface in a matter of minutes, (*1)

More info available on the library website http://raw.adigheorghe.ro, (*2)

Installation

Run the following command in your laravel root directory, (*3)

composer require webtools/raw dev-master, (*4)

Or add webtools/raw as a requirement to composer.json:, (*5)

"webtools/raw": "dev-master", (*6)

Once the package is installed you will need to add the service provider. Add the following in the providers section in app/config/app.php, (*7)

'Webtools\Raw\RawServiceProvider', (*8)

The package assets need to be published afterwards, (*9)

php artisan asset:publish webtools/raw, (*10)

Documentation

An sql file containing sample data is available in the package., (*11)

  • yourinstallpath/vendor/webtools/raw/raw.sql

You need to import this file in your database and then you can access:, (*12)

  • yourinstallpath/raw_items

Example code is available by accessing, (*13)

  • vendor/webtools/raw/src/controllers/RawController.php

The Versions

25/04 2014

dev-master

9999999-dev

A CRUD package for Laravel inspired by the Grocery CRUD library for Codeigniter

  Sources   Download

GPL-3.0+ LGPL-2.1

The Requires

 

by Adrian Gheorghe

laravel crud administration autocrud