PHPackages                             cakephp/app-tailwind - 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. cakephp/app-tailwind

ActiveProject[Framework](/categories/framework)

cakephp/app-tailwind
====================

CakePHP skeleton Tailwind app

5.x-dev(2mo ago)0321[1 PRs](https://github.com/cakephp/app-tailwind/pulls)MITPHPPHP &gt;=8.1CI passing

Since Apr 14Pushed 1mo ago12 watchersCompare

[ Source](https://github.com/cakephp/app-tailwind)[ Packagist](https://packagist.org/packages/cakephp/app-tailwind)[ Docs](https://cakephp.org)[ RSS](/packages/cakephp-app-tailwind/feed)WikiDiscussions 5.x Synced 4w ago

READMEChangelogDependencies (9)Versions (4)Used By (0)

CakePHP Application Skeleton
============================

[](#cakephp-application-skeleton)

[![Build Status](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=5.x)](https://github.com/cakephp/app/actions/workflows/ci.yml/badge.svg?branch=5.x)[![PHPStan](https://camo.githubusercontent.com/fff00cebb924e124a7335e6bd8ca8f8cf38869463c1654eff45d0939f1f21c57/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d6c6576656c253230382d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://github.com/phpstan/phpstan)

An application skeleton for creating applications with [CakePHP](https://cakephp.org) 5.x. and [tailwind](https://tailwindcss.com)

The framework source code can be found here: [cakephp/cakephp](https://github.com/cakephp/cakephp).

Requierements
-------------

[](#requierements)

1. PHP &gt;= 8.1
2. NodeJS ^20.19.0 || &gt;=22.12.0
3. NPM &gt;=8.0.0

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

[](#installation)

1. Download [Composer](https://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run `php composer.phar create-project --prefer-dist cakephp/app-tailwind [app_name]`.

If Composer is installed globally, run

```
composer create-project --prefer-dist cakephp/app-tailwind myapp
```

To use the latest commit:

```
composer create-project cakephp/app-tailwind tailwind -s dev
```

Next, install [tailwind](https://tailwindcss.com/docs) and [vite](https://vite.dev/guide/)with npm:

```
npm install
```

Running a development server
----------------------------

[](#running-a-development-server)

You can run both a PHP development server, and tailwind with on-demand rebuilds using:

```
bin/cake devserver
```

Then visit `http://localhost:8765` to see the welcome page. If you already have a webserver that supports PHP, you can run the tailwind compiler on its own with:

```
npm run dev
```

Building for production
-----------------------

[](#building-for-production)

To build CSS assets for production, use:

```
npm run build
```

Bake templates
--------------

[](#bake-templates)

This application skeleton contains a [bake templates](https://book.cakephp.org/bake/3/en/development.html#application-bake-templates)and helper templates that produce HTML using tailwind utility classes. You can and should adapt these templates to fit the needs of your application.

Demo app
--------

[](#demo-app)

Check out the [5.x-demo branch](https://github.com/cakephp/app-tailwind/tree/5.x-demo), which contains demo migrations and a seeder. See the [README](https://github.com/cakephp/app-tailwind/blob/5.x-demo/README.md) on how to get it running.

Update
------

[](#update)

Since this skeleton is a starting point for your application and various files would have been modified as per your needs, there isn't a way to provide automated upgrades, so you have to do any updates manually.

Configuration
-------------

[](#configuration)

Read and edit the environment specific `config/app_local.php` and set up the `'Datasources'` and any other configuration relevant for your application. Other environment agnostic settings can be changed in `config/app.php`.

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance89

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60.2% 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

Unknown

Total

1

Last Release

70d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23666?v=4)[CakePHP](/maintainers/cakephp)[@cakephp](https://github.com/cakephp)

---

Top Contributors

[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (50 commits)")[![LordSimal](https://avatars.githubusercontent.com/u/9105243?v=4)](https://github.com/LordSimal "LordSimal (19 commits)")[![josbeir](https://avatars.githubusercontent.com/u/26058?v=4)](https://github.com/josbeir "josbeir (6 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (4 commits)")[![othercorey](https://avatars.githubusercontent.com/u/24221186?v=4)](https://github.com/othercorey "othercorey (2 commits)")[![steinkel](https://avatars.githubusercontent.com/u/151761?v=4)](https://github.com/steinkel "steinkel (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cakephp-app-tailwind/health.svg)

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

###  Alternatives

[bedita/manager

BEdita Manager - official admin webapp for BEdita4 API

131.4k](/packages/bedita-manager)[cakephp/app

CakePHP skeleton app

3851.7M1](/packages/cakephp-app)[cakephp/debug_kit

CakePHP Debug Kit

86214.9M182](/packages/cakephp-debug-kit)[cakephp/bake

Bake plugin for CakePHP

11212.2M219](/packages/cakephp-bake)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k18.1k](/packages/prestashop-prestashop)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17861.9k3](/packages/stephenjude-filament-jetstream)

PHPackages © 2026

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