GitXplorerGitXplorer
k

LaravelEventManager

public
16 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
87b555d396ec84c11f40e3c5ad228838a242a3ca

Merge pull request #7 from kkirsche/Development/main

kkkirsche committed 12 years ago
Unverified
16d007a1b5d47d8d25214151983efcb259beb64f

Add settings page

kkkirsche committed 12 years ago
Unverified
505a7e7417307aa4265f68abdef3b3bcfad6dcec

Fix comment

kkkirsche committed 12 years ago
Unverified
7dcd7b180ba434c4b10bd1cc38dcb67de4bb385f

Add site config for title

kkkirsche committed 12 years ago
Unverified
64332925e9aa5dcacad80c99b99137edd1862df6

Display the correct settings

kkkirsche committed 12 years ago
Unverified
d63ff5d6f7dcd1c0482471911cecd5bd3cf24a03

Update to reflect the actual settings

kkkirsche committed 12 years ago

README

The README file for this repository.

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:

<major>.<minor>.<patch>

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/.

License

The Laravel framework is open-sourced software licensed under the MIT license This application is open-sourced software licensed under the MIT license

Screenshots

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.