PHPackages                             smart-cms/theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. smart-cms/theme

ActiveLibrary[Templating &amp; Views](/categories/templating)

smart-cms/theme
===============

This is my package theme

v1.0.1(10mo ago)03811MITPHPPHP ^8.2

Since Jun 30Pushed 10mo agoCompare

[ Source](https://github.com/Smart-CMS/theme)[ Packagist](https://packagist.org/packages/smart-cms/theme)[ Docs](https://github.com/smart-cms/theme)[ RSS](/packages/smart-cms-theme/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (4)Used By (1)

This is my package theme
========================

[](#this-is-my-package-theme)

[![Latest Version on Packagist](https://camo.githubusercontent.com/136ccc15c3793f26b83637cc110644937b322617bcb66c1d66069f4675bb6388/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736d6172742d636d732f7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/theme)[![GitHub Tests Action Status](https://camo.githubusercontent.com/6ff0bf5a8c23dec0ab66f35c03e98610cad24ac20ab546ddff2140604f92240e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f7468656d652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/smart-cms/theme/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/3c8f4fe6e9ee4bc61195d9727a6d8d4bafb989a1c1ae977e8fb427d02577a782/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f736d6172742d636d732f7468656d652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/smart-cms/theme/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/74f7e0e867765c64b715bad732c530efbba50635d4cfffd68df6abe4f500701b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736d6172742d636d732f7468656d652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/smart-cms/theme)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require smart-cms/theme
```

Important

If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.

After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.

```
@source '../../../../vendor/smart-cms/theme/resources/**/*.blade.php';
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="theme-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="theme-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="theme-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$theme = new smart-cms\Theme();
echo $theme->echoPhrase('Hello, smart-cms!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](.github/SECURITY.md) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [maxboyko](https://github.com/smart-cms)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance54

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~4 days

Total

3

Last Release

314d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91ce18980be3db08a832b33c12273dcd9687bb699fcaf85c850ac3026112062f?d=identicon)[Smart-CMS](/maintainers/Smart-CMS)

---

Top Contributors

[![MaxBoiko21](https://avatars.githubusercontent.com/u/92517114?v=4)](https://github.com/MaxBoiko21 "MaxBoiko21 (2 commits)")[![Smart-CMS](https://avatars.githubusercontent.com/u/206040389?v=4)](https://github.com/Smart-CMS "Smart-CMS (1 commits)")

---

Tags

laravelthemefilamentphpSmartCms

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/smart-cms-theme/health.svg)

```
[![Health](https://phpackages.com/badges/smart-cms-theme/health.svg)](https://phpackages.com/packages/smart-cms-theme)
```

###  Alternatives

[andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

13334.7k2](/packages/andreia-filament-nord-theme)[jibaymcs/filament-tour

Bring the power of DriverJs to your Filament panels and start a tour !

12247.8k](/packages/jibaymcs-filament-tour)[guava/filament-modal-relation-managers

Allows you to embed relation managers inside filament modals.

7565.0k4](/packages/guava-filament-modal-relation-managers)[filafly/brisk

A simple, friendly theme for Filament.

2211.9k1](/packages/filafly-brisk)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
