Skip to main content

Installation

Installing The Package#

Run the following Command in your cli.

composer require hassanzohdy/mongez

Requirements#

  • Laravel >=5.6

Configurations#

Once its done run the following command to create the config/mongez.php file.

php artisan vendor:publish --provider="HZ\Illuminate\Mongez\Providers\MongezServiceProvider"