Skip to content

Commit

Permalink
feat: remove laravel auth scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed May 15, 2020
1 parent b9cef07 commit fc812a2
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 421 deletions.
73 changes: 0 additions & 73 deletions resources/views/auth/login.blade.php

This file was deleted.

49 changes: 0 additions & 49 deletions resources/views/auth/passwords/confirm.blade.php

This file was deleted.

47 changes: 0 additions & 47 deletions resources/views/auth/passwords/email.blade.php

This file was deleted.

65 changes: 0 additions & 65 deletions resources/views/auth/passwords/reset.blade.php

This file was deleted.

77 changes: 0 additions & 77 deletions resources/views/auth/register.blade.php

This file was deleted.

28 changes: 0 additions & 28 deletions resources/views/auth/verify.blade.php

This file was deleted.

4 changes: 4 additions & 0 deletions resources/views/layout/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@

@include('layout.partials.footer.footer')
@include('layout.partials.header.mobileheader')
<a href="#" class="scroll-top show" id="scroll-top">
<i class="arrow-top fal fa-long-arrow-up"></i>
<i class="arrow-bottom fal fa-long-arrow-up"></i>
</a>
</div>
</body>

Expand Down
Loading

0 comments on commit fc812a2

Please sign in to comment.