This project aims to make using Laravel framework more organized and extensible.
- Laravel
>=5.6
Run the following Command in your cli.
composer require hassanzohdy/mongez
Once its done run the following command to create the config/mongez.php
file.
php artisan vendor:publish --provider="HZ\Illuminate\Mongez\Providers\MongezServiceProvider"
See full documentation in the wiki page.