jayalfredprufrock / codeigniter-messages
A CI spark for handling flash messages gracefully.
Installs: 117
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:codeigniter-module
Requires
- php: >=5.3
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2024-12-07 15:33:46 UTC
README
A CI spark for handling flash messages gracefully.
##Composer installation
If using composer to include this spark, note that composer/installers is used to place the spark within application/modules
so you'll either need to override this location, or change your default spark location.
##Credit Inspired by jensseger's messaging library