umpactosoluciones/laravel-umtools

Tools for Laravel Development

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 344

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/umpactosoluciones/laravel-umtools

0.1.6 2017-02-06 22:21 UTC

This package is not auto-updated.

Last update: 2025-04-21 19:38:01 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