hassanzohdy/laravel-organizer

This package is abandoned and no longer maintained. The author suggests using the hassanzohdy/mongez package instead.

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

1.4.22 2019-08-27 02:28 UTC

README

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

Table of contents

Requirements

  • Laravel >=5.6

Installation

Run the following Command in your cli.

composer require hassanzohdy/laravel-organizer

Configurations

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

php artisan vendor:publish --provider="HZ\Illuminate\Organizer\Providers\OrganizerServiceProvider"

Documentation

See full documentation in the wiki page.