exolnet / laravel-module
Modules to extends Laravel's base features.
Installs: 7 442
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 1
Open Issues: 11
Requires
- php: >=5.6.0
- laravel/framework: ~5.0
Requires (Dev)
- fzaninotto/faker: ~1.4
- mockery/mockery: ~0.9
- phpunit/phpunit: ~5.0
- tomzx/ditto: ~0.1
Replaces
- exolnet/cache: v2.0.0
- exolnet/core: v2.0.0
- exolnet/database: v2.0.0
- exolnet/extension: v2.0.0
- exolnet/formatter: v2.0.0
- exolnet/foundation: v2.0.0
- exolnet/html: v2.0.0
- exolnet/log: v2.0.0
- exolnet/menu: v2.0.0
- exolnet/queue: v2.0.0
- exolnet/routing: v2.0.0
- exolnet/status: v2.0.0
- exolnet/test: v2.0.0
- exolnet/translation: v2.0.0
- exolnet/user: v2.0.0
- exolnet/validation: v2.0.0
This package is auto-updated.
Last update: 2021-09-23 22:36:18 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.