PHPackages                             flowcms/flowcms - 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. flowcms/flowcms

ActiveLibrary[Framework](/categories/framework)

flowcms/flowcms
===============

FlowCMS is a free, open source, simple content management powered by Laravel, AlpineJS and TailwindCSS.

0.0.11(5y ago)911[6 issues](https://github.com/team-underground/flowcms/issues)[2 PRs](https://github.com/team-underground/flowcms/pulls)MITHTML

Since Aug 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/team-underground/flowcms)[ Packagist](https://packagist.org/packages/flowcms/flowcms)[ Docs](https://github.com/flowcms/flowcms)[ RSS](/packages/flowcms-flowcms/feed)WikiDiscussions 0.0.x-dev Synced 1w ago

READMEChangelog (2)Dependencies (6)Versions (5)Used By (0)

FlowCMS
=======

[](#flowcms)

[![Flowcms](publishable/assets/cms/banner.svg)](publishable/assets/cms/banner.svg)

What is Flowcms?
----------------

[](#what-is-flowcms)

FlowCMS is a free, open source, simple content management powered by **Laravel**, **AlpineJS** and **TailwindCSS**. Built for developers for running blogs, landing pages, use as starter admin panel and many more.

Installation Steps
------------------

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

After creating your new Laravel application you can include the Flowcms package with the following command:

```
composer require flowcms/flowcms
```

### 2. Add the DB Credentials &amp; APP\_URL

[](#2-add-the-db-credentials--app_url)

Next make sure to create a new database and add your database credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

You will also want to update your website URL inside of the `APP_URL` variable inside the .env file:

```
APP_URL=http://localhost:8000

```

Update the `FILESYSTEM_DRIVER` variable inside the .env file to public, so that media manager works correctly:

```
FILESYSTEM_DRIVER=public

```

### 3. Run The Installer

[](#3-run-the-installer)

```
php artisan flowcms:install
```

And we're all good to go!

Start up a local development server with `php artisan serve` And, visit .

Logging in to the Admin Panel
-----------------------------

[](#logging-in-to-the-admin-panel)

A user should have been created for you with the following login credentials:

> **email:** `admin@admin.com`
> **password:** `password`

NOTE: Please ensure to change the password immediately after the first login.

Usage
-----

[](#usage)

```
// Usage description here
```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

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

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Abhishek Sarmah](https://github.com/abhisheksarmah)
- [Mithicher Baro](https://github.com/mithicher)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance7

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~2 days

Total

2

Last Release

2111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/587e7a85b58161e96224b52756835f85336932f41e6950d8d2ee3b2ce8a6a9c8?d=identicon)[abhisheksarmah](/maintainers/abhisheksarmah)

---

Top Contributors

[![abhisheksarmah](https://avatars.githubusercontent.com/u/21287315?v=4)](https://github.com/abhisheksarmah "abhisheksarmah (11 commits)")[![mithicher](https://avatars.githubusercontent.com/u/5371513?v=4)](https://github.com/mithicher "mithicher (1 commits)")

---

Tags

alpinejsflowcmslaraveltailwindcssflowcms

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k96.9M674](/packages/laravel-socialite)[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

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

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[internachi/modular

Modularize your Laravel apps

1.1k662.4k8](/packages/internachi-modular)[themosis/framework

The Themosis framework.

676307.9k18](/packages/themosis-framework)

PHPackages © 2026

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