softemp/base

Modulo de base

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

This package is not auto-updated.

Last update: 2025-06-27 23:01:30 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.