-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Victor Tesoura Júnior edited this page Mar 21, 2024
·
3 revisions
To install this package you will need:
- Laravel 7 + (see compatibility table)
- PHP 7.2 +
You can install the package via composer:
composer require txsoura/core
Once this installation has finished, you will need to add the service provider to the providers
array in your app.php config as follows:
Txsoura\Core\Providers\CoreServiceProvider
Great codes to reuse everywhere you want 🚀