UmpactoSoluciones / laravel-umtools by RobertoArmas

Tools for Laravel Development
344
2
3
Package Data
Maintainer Username: RobertoArmas
Maintainer Contact: rarmas@umpacto.com (Roberto Armas)
Package Create Date: 2017-01-26
Package Last Update: 2017-02-06
Language: PHP
License: MIT
Last Refreshed: 2025-02-09 15:11:51
Package Statistics
Total Downloads: 344
Monthly Downloads: 3
Daily Downloads: 0
Total Stars: 2
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

laravel-umtool

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