readme updates
This commit is contained in:
13
README.md
13
README.md
@ -3,6 +3,12 @@
|
|||||||
|
|
||||||
Hermes is a small package to handle redirects, routing, and autoloading. This library id developed in conjunction with [The Tempus Project](https://thetempusproject.com).
|
Hermes is a small package to handle redirects, routing, and autoloading. This library id developed in conjunction with [The Tempus Project](https://thetempusproject.com).
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
To install simply use the composer command:
|
||||||
|
|
||||||
|
`php composer.phar require thetempusproject/hermes`
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Typical usage would be through including the package via composer.
|
Typical usage would be through including the package via composer.
|
||||||
@ -45,3 +51,10 @@ if ( ! App::$isAdmin ) {
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Issues / Bugs / Contact
|
||||||
|
|
||||||
|
If anyone actually uses this library and runs into any issues, feel free to contact me and I'll look into it.
|
||||||
|
|
||||||
|
[Joey Kimsey](mailto:Joey@thetempusproject.com) - _Lead Developer_
|
||||||
|
|
||||||
|
[JoeyKimsey.com](https://JoeyKimsey.com)
|
||||||
|
Reference in New Issue
Block a user