poldixd/laravel-view-modify-date

0.1.0 2025-01-13 10:49 UTC

This package is auto-updated.

Last update: 2025-01-13 10:51:33 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.