Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevie-mayhew/trait-loader
Adds trait autoloading support to SilverStripe
https://github.com/stevie-mayhew/trait-loader
Last synced: 3 months ago
JSON representation
Adds trait autoloading support to SilverStripe
- Host: GitHub
- URL: https://github.com/stevie-mayhew/trait-loader
- Owner: stevie-mayhew
- License: other
- Created: 2015-08-03T22:57:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T00:10:52.000Z (over 8 years ago)
- Last Synced: 2024-10-11T02:47:05.592Z (3 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trait Loader for SilverStripe
This module adds in support for autoloading [traits](http://php.net/trait) to SilverStripe.
## Requirements
* PHP 5.4 or newer
* SilverStripe 3.1 or newer## Installation
### Composer
* `composer require stevie-mayhew/trait-loader`
* Visit `http://your-site.com/?flush=1`## Manual installation
* Download an archive and extract into a folder named `trait-loader` in your site's root folder
* Visit `http://your-site.com/?flush=1`## License
This module is licensed under a BSD 3 clause license. See the LICENSE file for the actual license.