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