Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 335 Bytes

File metadata and controls

12 lines (9 loc) · 335 Bytes
  • Возврат обратно на страницу откуда был переход

    redirect()->back()->getTargetUrl()
  • Вывод даты в нациальном формате

    setlocale(LC_TIME, 'ru_RU.UTF-8');
    Carbon::parse('2019-08-12')->formatLocalized("%A %d %B %Y");