umpactosoluciones / laravel-umtools
Tools for Laravel Development
0.1.6
2017-02-06 22:21 UTC
Requires
- php: >=5.5.9
Suggests
- illuminate/console: 5.3.*|5.4.*
- illuminate/routing: 5.0.*|5.1.*|5.2.*|5.3.*|5.4.*
- illuminate/support: 5.3.*|5.4.*
- symfony/console: 3.1.*|3.2.*
This package is not auto-updated.
Last update: 2025-02-10 18:53:33 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