poldixd/laravel-view-modify-date

1.0.0 2025-02-04 09:42 UTC

This package is auto-updated.

Last update: 2025-03-04 09:59:12 UTC


README

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.