2017 © Pedro Peláez
 

library laravel-modular

Adds the support of a modular approach to Laravel.

image

davidhoeck/laravel-modular

Adds the support of a modular approach to Laravel.

  • Monday, February 27, 2017
  • by davidhoeck
  • Repository
  • 0 Watchers
  • 3 Stars
  • 34 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 21 % Grown

The README.md

Laravel Modular

Latest Stable Version Latest Unstable Version License, (*1)

Adds the support of a modular approach to Laravel 5., (*2)

Agenda

  • Installation
  • Get started
  • Using Laravel Modular

, (*3)

Installation

The easiest and common way is to install the package via Composer., (*4)

Add this line to your composer.json, (*5)

"davidhoeck/laravel-modular": "dev-master"

or paste this line into your terminal., (*6)

composer require "davidhoeck/laravel-modular"

Add the following line to your config/app.php under the section providers, (*7)

DavidHoeck\LaravelModular\ModuleServiceProvider::class

, (*8)

Get Started

Generate a new module with, (*9)

php artisan make:module <module-name>

*** Optional Flags ***, (*10)

Generate with a base Controller, (*11)

php artisan make:module <module-name> --with-controller 

Generate with a base Model, (*12)

php artisan make:module <module-name> --with-model

The Versions

27/02 2017

dev-master

9999999-dev

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

27/02 2017

1.3.1

1.3.1.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

23/02 2017

1.3

1.3.0.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

14/02 2017

1.2.2

1.2.2.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

14/02 2017

1.2.1

1.2.1.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

29/01 2017

1.1.3

1.1.3.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

29/01 2017

1.1.1

1.1.1.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck

02/01 2017

1.0.0

1.0.0.0

Adds the support of a modular approach to Laravel.

  Sources   Download

MIT

The Requires

 

by David Hoeck