E
E
enjoy942020-04-13 19:22:11
Laravel
enjoy94, 2020-04-13 19:22:11

How to add a button to submit a form with a link to the page it was clicked on?

You need to add a button to the movie page with the title "The movie doesn't work!". Clicking on it sends an email with a link to the page on which this button was clicked, with the subject "Problem with the movie" to a specific email. The mail server is configured. What and where should be entered to implement the function on Laravel?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
BellZaph, 2020-04-14
@BellZaph

Request::path();
    $request->url();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question