laravel-view-modify-date maintained by poldixd
Author
Last update
2026/04/16 11:39
(dev-main)
License
Downloads
130
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.