PHPackages                             capell-app/capell-skeleton - 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. capell-app/capell-skeleton

ActiveProject

capell-app/capell-skeleton
==========================

Deployable Capell skeleton for Laravel Cloud.

v1.0.4(1mo ago)09proprietaryBladePHP ^8.4CI passing

Since Jul 25Pushed 1mo agoCompare

[ Source](https://github.com/capell-app/capell-skeleton)[ Packagist](https://packagist.org/packages/capell-app/capell-skeleton)[ RSS](/packages/capell-app-capell-skeleton/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (18)Versions (7)Used By (0)

Capell Laravel Starter
======================

[](#capell-laravel-starter)

A minimal Laravel 13 application with the public Capell CMS foundation already wired to a Filament admin panel. Use it to evaluate Capell without first assembling a fresh Laravel app by hand.

Capell packages are distributed under the Capell licence. Paid Marketplace packages use authenticated Composer access after purchase.

Create a project
----------------

[](#create-a-project)

Requirements: PHP 8.4+, Composer 2.7+, Node.js 20+, and a database supported by Laravel. Required PHP extensions are `fileinfo`, `intl`, `mbstring`, `openssl`, `curl`, `simplexml`, and either `gd` or `imagick`.

```
composer create-project capell-app/capell-skeleton my-capell-site
cd my-capell-site
```

For a local SQLite trial:

```
touch database/database.sqlite
php artisan migrate --force
php artisan capell:install --demo --url=http://localhost:8000
php artisan capell:doctor
npm ci
npm run build
php artisan serve
```

Open the public site at `http://localhost:8000` and the admin panel at `http://localhost:8000/admin`.

The installer runs real preflight checks before it mutates the application. If a requirement or writable path is missing, fix the reported failure and rerun the same command.

What the starter includes
-------------------------

[](#what-the-starter-includes)

- Laravel 13 and a normal application-owned `app/`, `routes/`, and `resources/`tree.
- Stable `capell-app/*` packages for Core, Admin, Frontend, the Foundation theme, Layout Builder, Block Library, Navigation, Welcome Tour, Installer, and Marketplace.
- A committed Capell-aware Filament panel provider.
- SQLite-ready local defaults plus database cache, session, queue, and user migrations.
- Vite assets and ordinary Laravel test scaffolding.

This repository is a starting application, not Capell Core. You own the created project and can add application models, Actions, Livewire/Inertia pages, Blade views, tests, and deployment configuration normally.

Existing Laravel application
----------------------------

[](#existing-laravel-application)

Do not copy this skeleton over an existing app. Follow the [Capell install guide](https://docs.capell.app/getting-started/install/) so its providers, routes, frontend, and database changes are reviewed in place.

Laravel Cloud
-------------

[](#laravel-cloud)

The same repository shape works on Laravel Cloud. Configure the database and application URL in the environment, use `composer install && npm ci && npm run build` as the build path, and run migrations plus `capell:install` from the deployment workflow. Commercial package credentials belong in Cloud secrets, never in this repository.

Verify the starter
------------------

[](#verify-the-starter)

```
composer validate --strict
php artisan test
```

Documentation: [docs.capell.app](https://docs.capell.app/)

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance93

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.3% 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 ~0 days

Total

5

Last Release

35d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/85b211531c530cd60c8e1b7b2c125c7e42192c820cde99fb6b201b1dde7a9d96?d=identicon)[capell-app](/maintainers/capell-app)

---

Top Contributors

[![capell-app-user](https://avatars.githubusercontent.com/u/213955377?v=4)](https://github.com/capell-app-user "capell-app-user (26 commits)")[![howdu](https://avatars.githubusercontent.com/u/533658?v=4)](https://github.com/howdu "howdu (19 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

application-templatecapellcapell-cmscmsfilamentlaravellaravel-cloudphplaravelcmsSkeletoncapell

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/capell-app-capell-skeleton/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[statamic/statamic

Statamic

830185.7k](/packages/statamic-statamic)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.4k](/packages/typicms-base)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

4041.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

471.8k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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