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(1y ago)01.6k1MITPHPPHP ^8.2

Since Jun 30Pushed 1y 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 2w 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

33

—

LowBetter than 72% of packages

Maintenance46

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity52

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

406d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/206040389?v=4)[Smart-CMS](/maintainers/Smart-CMS)[@Smart-CMS](https://github.com/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

[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6758.2k2](/packages/marcelweidum-filament-passkeys)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

85240.3k9](/packages/stephenjude-filament-two-factor-authentication)[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

16461.2k](/packages/relaticle-custom-fields)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)

PHPackages © 2026

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