V
V
Victor Nasonov2016-10-23 21:56:56
Laravel
Victor Nasonov, 2016-10-23 21:56:56

Where to edit password reset email in laravel 5.3?

Where to edit password reset email in laravel 5.3?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
H
holfza, 2016-10-23
@kvonosan

\resources\views\auth\passwords\reset.blade.php

S
Sergey Goryachev, 2016-12-12
@vanesxl

So? https://jsfiddle.net/webirus/k058u9ct/
$(this).toggleClass('active'); is superfluous, it was used for my script, delete

N
Nik Gubin, 2016-12-12
@gubin_niko

There are many options, some depend on the behavior and layout.
But here's how I do this task more often:
- Wrap the text in a container (by default, set its height) and put another div-block inside the container (set properties for it, absolute positioning at the bottom of the container, make background a gradient or in Photoshop make the desired sprite )
- We listen to the click on the container with the text and after the click we do .slideDown() while hiding the div-block with the gradient (you can just remove it right away, or you can write fideOut())
When you click on the text again, you can check whether it is open or not (you can hang some class for checking), and if it is open, then do animate({height: your_default_height}, 300) and remove the class, if set.
If something is not clear, write, I will help you in any way I can ;-)
PS Maybe there is a css3 animation option, but I'm not very good at it yet.

W
WahaWaher, 2019-01-21
@WahaWaher

You can just use the plugin https://github.com/WahaWaher/morecontent-js Connect the script and initialize with a height limit $(selector).moreContent({ height: 300 }); Here is an example with turbidity: https://wahawaher.ru/morecontent-js/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question