PHPackages                             finnwiel/content-studio-core-starter-kit - 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. finnwiel/content-studio-core-starter-kit

ActiveProject[Framework](/categories/framework)

finnwiel/content-studio-core-starter-kit
========================================

The skeleton application for the Laravel framework.

v1.0.0(1w ago)013↓100%MITBladePHP ^8.3CI failing

Since May 28Pushed 1w agoCompare

[ Source](https://github.com/FinnWiel/content-studio-core-starter-kit)[ Packagist](https://packagist.org/packages/finnwiel/content-studio-core-starter-kit)[ RSS](/packages/finnwiel-content-studio-core-starter-kit/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (2)Used By (0)

Content Studio Core Starter Kit
===============================

[](#content-studio-core-starter-kit)

Laravel starter kit for projects powered by `shazzoo/content-studio-core`.

What this starter includes
--------------------------

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

- Content Studio Core preconfigured in a fresh Laravel app
- Filament admin panel at `/admin`
- Example theme: `shazzoo/example-theme`
- Seeded homepage, navigation, language + SEO settings
- Seeded starter block: `welcome-block`
- Custom command: `make:content-studio-user`

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

[](#create-a-project)

Stable tag:

```
laravel new my-site --using=finnwiel/content-studio-core-starter-kit
```

Latest starter branch (development):

```
laravel new my-site --using=finnwiel/content-studio-core-starter-kit:dev-main
```

Then run:

```
cd my-site
npm install
npm run build
```

The starter runs key generation, migrations, and seeding during `post-create-project-cmd`.

First login
-----------

[](#first-login)

Default seeded admin:

- Email: `admin@example.com`
- Password: `password`

Create your own admin user:

```
php artisan make:content-studio-user
```

Seeded starter data
-------------------

[](#seeded-starter-data)

`ContentStudioStarterSeeder` creates:

- admin user (`is_admin = true`)
- homepage
- main navigation (`translation_key = main`)
- global language settings
- default SEO settings
- active theme set to `shazzoo/example-theme`

Starter theme structure
-----------------------

[](#starter-theme-structure)

Theme location:

- `app/Themes/starter-simple`

Includes:

- layout: `resources/views/layouts/app.blade.php`
- template: `resources/views/templates/default.blade.php`
- header + footer components
- block view: `resources/views/components/blocks/welcome-block.blade.php`
- block definition: `src/Forms/Blocks/WelcomeBlockDefinition.php`
- template settings: `src/Templates/DefaultSettings.php`

Template setting available on `default` template:

- `show_page_title` (toggle)

Useful commands
---------------

[](#useful-commands)

```
composer run dev
php artisan test
vendor/bin/pint --format agent
php artisan optimize:clear
```

Troubleshooting
---------------

[](#troubleshooting)

- If styling is missing, restart Vite: `npm run dev`, then hard refresh.
- If routes/config are stale, run `php artisan optimize:clear`.
- If you use `dev-main`, remember `composer.lock` controls the exact commit installed.

License
-------

[](#license)

Proprietary. Internal starter kit for Shazzoo projects.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance98

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

12d ago

### Community

Maintainers

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

---

Top Contributors

[![FinnWiel](https://avatars.githubusercontent.com/u/117499223?v=4)](https://github.com/FinnWiel "FinnWiel (5 commits)")

---

Tags

frameworklaravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/finnwiel-content-studio-core-starter-kit/health.svg)

```
[![Health](https://phpackages.com/badges/finnwiel-content-studio-core-starter-kit/health.svg)](https://phpackages.com/packages/finnwiel-content-studio-core-starter-kit)
```

###  Alternatives

[laravel/laravel

The skeleton application for the Laravel framework.

84.4k62.4M1.0k](/packages/laravel-laravel)[unopim/unopim

UnoPim Laravel PIM

10.1k2.2k](/packages/unopim-unopim)[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.

3861.7k](/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.

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

PHPackages © 2026

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