newnetcms/theme

There is no license information available for the latest version (v0.0.1) of this package.

Theme Manager

v0.0.1 2023-06-28 09:35 UTC

This package is auto-updated.

Last update: 2024-12-10 08:36:06 UTC


README

Commands

Create New Theme

php artisan make:theme THEME_NAME

Functions

// Get setting from file theme/data.json
theme_setting($key, $default = null)