Integrates latest PRs and is what's on production currently.
Specifically the release is using language strings instead of hard coded text, allowing you to translate the whole application quickly.
Unclaimed project
Are you a maintainer of laravel-tricks? Claim this project to take control of your public changelog and roadmap.
Integrates latest PRs and is what's on production currently.
Specifically the release is using language strings instead of hard coded text, allowing you to translate the whole application quickly.
This update is essential for tightened security of the "remember me" functionality. Per Laravel 4.1.26 release tightening application security, the users table require a remember me column and methods to set the remember me hash in the DB instead of in the cookie.
Read more at http://laravel.com/docs/upgrade#upgrade-4.1.26
Moved the bootstrap tooltip outside of the Auth::check() block.
This release adds the following improvements:
Extract view trick throttle to seperate filter class The view trick throttle filter is responsible for incrementing the trick view count. It does this by adding a delay to the trick view, so that revisiting a trick shortly after viewing it doesn't increment the view counter again.
Extract increment view count event to seperate event class T...
The SitemapController and FeedsController have been cleaned up. The generation of the feeds and sitemaps has been extracted to dedicated classes.