Skip to content

Tags: CodepadME/laravel-tricks

Tags

1.4.0

Toggle 1.4.0's commit message
Merge pull request #84 from CodepadME/revert-82-patch-2

Revert "Show the login form only for guest users"

1.3.0

Toggle 1.3.0's commit message
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

Toggle 1.2.1's commit message
Move tooltip outside of Auth::check() block

1.2.0

Toggle 1.2.0's commit message
Add next and previous trick navigation to single trick page.

1.1.0

Toggle 1.1.0's commit message
Fix spacing in app/config/app.php

1.0.0

Toggle 1.0.0's commit message
Fix small typo