This package provides functionality to retrieve the modification date and time of a view.
The package can be installed via composer and requires PHP 8.2+:
composer require poldixd/laravel-view-modify-date
use poldixd\ViewModifyDate\ViewModifyDate;
$carbonInstance = ViewModifyDate::get('subfolder.show');
Please see CHANGELOG for more information about recent changes.