PHPackages                             azzarip/notacms - 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. [Framework](/categories/framework)
4. /
5. azzarip/notacms

ActiveLibrary[Framework](/categories/framework)

azzarip/notacms
===============

A VCS CMS for Laravel

v1.0.3(2y ago)012[2 PRs](https://github.com/azzarip/notaCMS/pulls)MITPHPPHP ^8.1

Since Jan 3Pushed 1y ago1 watchersCompare

[ Source](https://github.com/azzarip/notaCMS)[ Packagist](https://packagist.org/packages/azzarip/notacms)[ Docs](https://github.com/azzarip/notacms)[ GitHub Sponsors]()[ RSS](/packages/azzarip-notacms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (16)Versions (7)Used By (0)

A VCS CMS for Laravel
=====================

[](#a-vcs-cms-for-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/07c03bb7261dfea752a2c42a562748cdd062eb8643190fbe1b6c7a6b1c816e98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f417a7a617269702f6e6f7461636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Azzarip/notacms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/21c39bf1acb087010e23f20f7023f144d88b65faefe7f3903ce0efa85d256bcf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f417a7a617269702f6e6f7461636d732f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/Azzarip/notacms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/227b5690119c66d7fc1ec60cc14278104e6528ff0f9e6ffec5ddb3c0577f3db1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f417a7a617269702f6e6f7461636d732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/Azzarip/notacms/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/822e7e736f99308e2401b7d9b2cf9793c8ca23a7a5f6a7338414e517e0861990/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f417a7a617269702f6e6f7461636d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Azzarip/notacms)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/a53fa166c4709164175bb1e16ff2b542f9cce64221528d2f26cdbbf3074610af/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6e6f7461434d532e6a70673f743d31)](https://spatie.be/github-ad-click/notaCMS)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require azzarip/notacms
```

You can install the package via:

```
php artisan notacms:install
```

This is the contents of the published config file:

```
return [
    'blog_name' => \App\Models\Blog::class
];
```

Usage
-----

[](#usage)

```
php artisan notacms:new
```

To add a new blog. You will be prompted to add a name/route for the blog index. It will create

- A model
- A migration
- A first post to edit
- The views to adapt

It automatically registers the blog in the config file. From the config, the package is able to automatically create an index route and a show route for each post of each blog, with route:

```
/{blog}/{slug}

```

Each blog post will be stored in the `content/notacms/{blog}` directory, each post is a `.md` file with filename the slug.

```
php artisan notacms:load
```

Uploads to the database all the front matter of each file. Except for the `meta_` fields that are updated with the RalphJ/Laravel-seo content.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Paride Azzari](https://github.com/Azzarip)

License
-------

[](#license)

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

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~1 days

Total

4

Last Release

863d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/552b5aa7ab775f5b73ebfd340bfbf922af893a120a4a97dc5abdf0ac7b116840?d=identicon)[azzarip](/maintainers/azzarip)

---

Top Contributors

[![azzarip](https://avatars.githubusercontent.com/u/116155557?v=4)](https://github.com/azzarip "azzarip (67 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

laravelazzaripParide Azzarinotacms

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/azzarip-notacms/health.svg)

```
[![Health](https://phpackages.com/badges/azzarip-notacms/health.svg)](https://phpackages.com/packages/azzarip-notacms)
```

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k84.2M225](/packages/laravel-horizon)[lunarstorm/laravel-ddd

A Laravel toolkit for Domain Driven Design patterns

17959.0k](/packages/lunarstorm-laravel-ddd)[bezhansalleh/filament-plugin-essentials

A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster

27584.7k16](/packages/bezhansalleh-filament-plugin-essentials)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[jonpurvis/squeaky

A Laravel Validation Rule to Help Catch Profanity.

706.0k](/packages/jonpurvis-squeaky)

PHPackages © 2026

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