montoya/laravel-crud

v0.4 2015-12-15 21:00 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:40:06 UTC


README

Laravel 5 CRUD Generator

Requirements

Laravel >=5.1
PHP >= 5.5.9

Installation

  1. Run

    composer require montoya/laravel-crud
    
  2. Add service provider to /config/app.php file.

    'providers' => [
        ...
    
          Montoya\Crud\CrudServiceProvider::class,
    ],