luismec90 / laravel-crud by luismec90

15
0
2
Package Data
Maintainer Username: luismec90
Maintainer Contact: luismec90@gmail.com (Luis Montoya)
Package Create Date: 2015-12-14
Package Last Update: 2015-12-15
Language: PHP
License: MIT
Last Refreshed: 2024-11-27 15:02:15
Package Statistics
Total Downloads: 15
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

Laravel 5 CRUD Generator

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,
    ],