2017 © Pedro Peláez
 

library laravel-genode

Opinionated modular structure for Laravel

image

kevinongko/laravel-genode

Opinionated modular structure for Laravel

  • Tuesday, July 11, 2017
  • by kevinongko
  • Repository
  • 1 Watchers
  • 2 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

laravel-genode

Laravel Latest Stable Version Latest Unstable Version Build Status StyleCI License, (*1)

Opinionated modular structure for Laravel, (*2)

Installation

Composer

Install through composer by running this command:, (*3)

$ composer require kevinongko/laravel-genode

Service Provider

Add the following code to service providers in config/app.php, (*4)

'providers' => [

  KevinOngko\LaravelGenode\LaravelGenodeServiceProvider::class,

],

Publish the package configuration by running this command:, (*5)

$ php artisan vendor:publish --provider="KevinOngko\LaravelGenode\LaravelGenodeServiceProvider"

Autoload Modules

Laravel Genode is using wikimedia/composer-merge-plugin to autoload modules, add this to your project's composer.json, (*6)

"extra": {
  "merge-plugin": {
    "include": [
      "modules/*/composer.json"
    ]
  }
}

Usage

Create new module:, (*7)

$ php artisan module:new

Enable modules in config/module.php, (*8)

  'active' => [
     'Module1',
     'Module2
  ],

License

Laravel Genode is open-sourced software licensed under the MIT license, (*9)

The Versions

11/07 2017

dev-master

9999999-dev https://github.com/kevinongko/laravel-genode

Opinionated modular structure for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator module pattern modules modular generate genode

28/11 2016

dev-develop

dev-develop https://github.com/kevinongko/laravel-genode

Opinionated modular structure for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator module pattern modules modular generate genode

27/11 2016

dev-analysis-zOvg6k

dev-analysis-zOvg6k https://github.com/kevinongko/laravel-genode

Opinionated modular structure for Laravel

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel generator module pattern modules modular generate genode

24/11 2016

1.0.0

1.0.0.0 https://github.com/kevinongko/laravel-genode

Opinionated modular structure for Laravel

  Sources   Download

MIT

The Requires

 

laravel generator module pattern modules modular generate genode