laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

sessions message is not destroying itself after displaying onces.

Open erarunkushwaha opened this issue 5 years ago • 0 comments

sessions message is not destroying itself after displaying onces. if we click the back icon button on browser it will show the same message againg.

public function store()

{ notify()->success('Laravel Notify is awesome!');

return Redirect::route();

} Big problem this success message is shown again if we back the browser with browser back icon. Success message is not destroying itself after displaying once. it's sessions should be deleted after displaying success message and it is not deleting the session after displaying onces.

erarunkushwaha avatar Sep 16 '20 16:09 erarunkushwaha