Skip to content

Tags: CodepadME/laravel-tricks

Tags

1.4.0

Merge pull request #84 from CodepadME/revert-82-patch-2

Revert "Show the login form only for guest users"

1.3.0

Added remember me column and methods

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

1.2.1

Move tooltip outside of Auth::check() block

1.2.0

Add next and previous trick navigation to single trick page.

1.1.0

Fix spacing in app/config/app.php

1.0.0

Fix small typo