Installation

Requirements

Before you begin, ensure that your project meets the following requirements:

  • Laravel version 8.0+

You can retrieve the current version by executing the following command:

php artisan -V

# Laravel Framework 8.83.27
  • Composer 2.3+

To confirm your Composer version, execute the following command:

composer -V

# Composer version 2.3.7 2022-06-06 16:43:28
Previous
Getting started