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
Requires
- php: >=5.6
- laravel/framework: 5.3.*|5.4.*
This package is not auto-updated.
Last update: 2025-10-18 00:28:11 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.