PHPackages                             hassanzohdy/mongez - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. hassanzohdy/mongez

ActiveLibrary[Framework](/categories/framework)

hassanzohdy/mongez
==================

A Robust application handler for building neat laravel application(s).

3.0.1(1y ago)192.3k14[1 PRs](https://github.com/hassanzohdy/mongez/pulls)MITPHPPHP &gt;=8.2

Since Aug 22Pushed 1y ago5 watchersCompare

[ Source](https://github.com/hassanzohdy/mongez)[ Packagist](https://packagist.org/packages/hassanzohdy/mongez)[ RSS](/packages/hassanzohdy-mongez/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (2)Versions (304)Used By (0)

Mongez
======

[](#mongez)

This project aims to make using Laravel framework more organized and extensible.

Table of contents
-----------------

[](#table-of-contents)

- [Mongez](#mongez)
- [Table of contents](#table-of-contents)
- [Requirements](#requirements)
- [Installation](#installation)
- [Configurations](#configurations)
    - [Translatable](#translatable)
    - [Change Log](#change-log)
- [Documentation](#documentation)

Requirements
------------

[](#requirements)

- Laravel `>=11`

### For compatibility with Laravel 10, please use version 3.0 of this package.

[](#for-compatibility-with-laravel-10-please-use-version-30-of-this-package)

### For compatibility with older versions of Laravel, please use version 2.x of this package.

[](#for-compatibility-with-older-versions-of-laravel-please-use-version-2x-of-this-package)

Installation
------------

[](#installation)

Run the following Command in your cli.

`composer require hassanzohdy/mongez`

Configurations
--------------

[](#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"`

Translatable
------------

[](#translatable)

```
