softemp / base
Modulo de base
dev-master
2017-04-12 20:41 UTC
Requires
- php: >=5.6
- laravel/framework: 5.3.*|5.4.*
This package is not auto-updated.
Last update: 2025-06-27 23:01:30 UTC
README
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.