exolnet/laravel-module

This package is abandoned and no longer maintained. No replacement package was suggested.

Modules to extends Laravel's base features.

v2.0.0 2016-02-03 13:04 UTC

README

This repository contains all the changes that we've applied to a laravel install to make it behave like we want it to behave.

Here's a non-exhaustive list of what it does:

  • Cleanup Application in order to break dependency cycles during tests
  • Add a model relation helper which enables us to sync has many relations easily
  • Provides a ValidationTrait that can be used in models (similar to Ardent)
  • Provides a routing/url generator that integrates localization
  • Offers a SQLite based testing system which speeds up testing

License

This code is licensed under the MIT license. Please see the license file for more information.