Skip to content

Commit

Permalink
Try a lighter version of the auth scaffolding.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 9, 2015
1 parent ce20ef2 commit 359af29
Show file tree
Hide file tree
Showing 83 changed files with 14,595 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/auth.php
Expand Up @@ -59,7 +59,7 @@
*/

'password' => [
'email' => 'emails.auth.password',
'email' => 'emails.password',
'table' => 'password_resets',
'expire' => 60,
],
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -12,5 +12,5 @@ var elixir = require('laravel-elixir');
*/

elixir(function(mix) {
mix.sass('app.scss');
mix.less('app.less');
});

0 comments on commit 359af29

Please sign in to comment.