Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 359af29

Browse files
committed
Try a lighter version of the auth scaffolding.
1 parent ce20ef2 commit 359af29

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+14595
-5
lines changed

config/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*/
6060

6161
'password' => [
62-
'email' => 'emails.auth.password',
62+
'email' => 'emails.password',
6363
'table' => 'password_resets',
6464
'expire' => 60,
6565
],

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ var elixir = require('laravel-elixir');
1212
*/
1313

1414
elixir(function(mix) {
15-
mix.sass('app.scss');
15+
mix.less('app.less');
1616
});

0 commit comments

Comments
 (0)