Skip to content

Installation

Victor Tesoura Júnior edited this page Mar 21, 2024 · 3 revisions

Installation

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
Clone this wiki locally