softemp/base

Modulo de base

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/softemp/base

dev-master 2017-04-12 20:41 UTC

This package is not auto-updated.

Last update: 2025-10-18 00:28:11 UTC


README

Latest Version on Packagist Software License Build Status Scrutinizer Coverage SensioLabsInsight Quality Score Total Downloads

Installation

Quick

To install through composer, simply run the following command:

composer require softemp/base

Add Service Provider

Next add the following service provider in config/app.php.

'providers' => [
  SoftEmp\Base\BaseServiceProvider::class,
],

License

The MIT License (MIT). Please see License File for more information.