PHPackages                             hassanzohdy/laravel-organizer - 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/laravel-organizer

Abandoned → [hassanzohdy/mongez](/?search=hassanzohdy%2Fmongez)Library[Framework](/categories/framework)

hassanzohdy/laravel-organizer
=============================

An organized structure for building a neat laravel application(s).

1.4.22(6y ago)1914214[1 PRs](https://github.com/hassanzohdy/laravel-organizer/pulls)MITPHPPHP &gt;=7

Since Aug 22Pushed 1y ago5 watchersCompare

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

READMEChangelogDependencies (1)Versions (59)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)

```
