laravel-module maintained by exolnet
Description
Modules to extends Laravel's base features.
Authors
Last update
2019/01/23 17:08
(5.5.x-dev)
License
Downloads
7 443
eXolnet Laravel Module
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.