umpactosoluciones/laravel-umtools

Tools for Laravel Development

0.1.6 2017-02-06 22:21 UTC

This package is not auto-updated.

Last update: 2024-04-22 15:08:49 UTC


README

UMTool is a compilation of tools that could help the development on Laravel 5.

Instalation

To install Umpacto Soluciones Tools you need to install by composer:

composer require umpactosoluciones/laravel-umtools

Then, you could add on config/app.php

'providers' => [
      ...
         UmpactoSoluciones\Tools\ToolsServiceProvider::class,
      ...
    ],

Usage

If you need to create a repository you could use:

php artisan make:repository UserRepository --model=User