Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkirsche/laraveleventmanager

This is a Laravel 4 based event manager
https://github.com/kkirsche/laraveleventmanager

Last synced: about 1 month ago
JSON representation

This is a Laravel 4 based event manager

Awesome Lists containing this project

README

        

## Laravel Based Event Manager

## Current Version: 0.3.0

### Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, the Laravel Event Manager will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

`..`

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit [http://semver.org/](http://semver.org/).

### License

The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
This application is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

### Screenshots

![http://i.imgur.com/MSVjMMJ.jpg](http://i.imgur.com/MSVjMMJ.jpg)



![http://i.imgur.com/AqpHWJF.jpg](http://i.imgur.com/AqpHWJF.jpg)



![http://i.imgur.com/zE2vFGK.jpg](http://i.imgur.com/zE2vFGK.jpg)



![http://i.imgur.com/gXqbtID.jpg](http://i.imgur.com/gXqbtID.jpg)



![http://i.imgur.com/LPaeTSW.jpg](http://i.imgur.com/LPaeTSW.jpg)



![http://i.imgur.com/9Q1ACHy.jpg](http://i.imgur.com/9Q1ACHy.jpg)

### About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Laravel aims to make the development process a pleasing one for the developer without sacrificing application functionality. Happy developers make the best code. To this end, we've attempted to combine the very best of what we have seen in other web frameworks, including frameworks implemented in other languages, such as Ruby on Rails, ASP.NET MVC, and Sinatra.

Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.