Learn how to install Converge on your laravel application.
Prerequisites
Converge is written in PHP, JavaScript, and leverages several Laravel components. It is shipped as a Laravel package and requires the following:
PHP 8.3+
Laravel 11+
Since converge still in beta, make sure your Composer minimum stability is set to 1beta
1
Installation
First you shoud install converge using composer
1composer require convergephp/converge
2
Generate new module provider
To start building documentation for your package or software, you need to create a Module Provider that will handle the configurationConverge includes a dedicated command to scaffold this for you.