Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 501 Bytes

File metadata and controls

23 lines (14 loc) · 501 Bytes

Get the Modification Date and Time of a View

This package provides functionality to retrieve the modification date and time of a view.

Installation

The package can be installed via composer and requires PHP 8.2+:

composer require poldixd/laravel-view-modify-date

Usage

use poldixd\ViewModifyDate\ViewModifyDate;

$carbonInstance = ViewModifyDate::get('subfolder.show');

Changelog

Please see CHANGELOG for more information about recent changes.