maclof / extensions

A Laravel 4.2+ compatible package for writing modular extensions.
0 stars 0 forks source link

can you provide more information please? #1

Open k1ng440 opened 10 years ago

maclof commented 10 years ago

The package is still in very early days of development, but in basic terms it's a method of building a modular application. Each extension is very similar to a Laravel package in that it can register classes with the IoC container, register routes and provide it's own views and language files.

I'll have the readme file updated in the next few days with some real examples and improved functionality.