PHPackages                             creopse/creopse - 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. [Admin Panels](/categories/admin)
4. /
5. creopse/creopse

ActiveLibrary[Admin Panels](/categories/admin)

creopse/creopse
===============

Creopse is a hybrid Content Management System (CMS)

v0.1.20(3w ago)0471MITTypeScriptPHP ^8.2 || ^8.3 || ^8.4 || ^8.5

Since Jan 24Pushed 2w agoCompare

[ Source](https://github.com/creopse/laravel-package)[ Packagist](https://packagist.org/packages/creopse/creopse)[ RSS](/packages/creopse-creopse/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (342)Versions (118)Used By (0)

Creopse - A Hybrid Content Management System (CMS)
==================================================

[](#creopse---a-hybrid-content-management-system-cms)

Welcome to **Creopse**, a powerful and hybrid Content Management System (CMS) built to empower your Laravel web applications. Follow this detailed guide to install and set up Creopse seamlessly.

---

🚀 Features
----------

[](#-features)

- **Hybrid CMS**: Combines simplicity and flexibility for managing content.
- **Built on Laravel**: Fully leverages Laravel's modern features.
- **Developer-Friendly**: Easy installation and configuration process.

---

📋 Requirements
--------------

[](#-requirements)

Before starting, ensure your environment meets the following prerequisites:

- **Laravel**: Version 11, 12, or 13 is required.
- **PHP**:
    - Laravel 11 &amp; 12: minimum version 8.2
    - Laravel 13: minimum version 8.3
- **Composer**: To manage dependencies.
- **pnpm**: Required to manage and build frontend assets.

---

🛠️ Installation Guide
---------------------

[](#️-installation-guide)

### 1. Install Laravel

[](#1-install-laravel)

Start by creating a fresh project using Laravel 11, 12, or 13. Run one of the following commands:

**For Laravel 11:**

```
composer create-project laravel/laravel:^11.0 project-name
```

**For Laravel 12:**

```
composer create-project laravel/laravel:^12.0 project-name
```

**For Laravel 13:**

```
composer create-project laravel/laravel:^13.0 project-name
```

> Replace `project-name` with your desired directory name for the project.

---

### 2. Add Creopse to your project

[](#2-add-creopse-to-your-project)

Add the Creopse package via Composer:

```
composer require creopse/creopse
```

---

### 3. Install Creopse files

[](#3-install-creopse-files)

Run the install command to publish the configuration files and initialize the frontend structure of your project.

#### If [Creopse CLI](https://github.com/creopse/cli) is installed globally

[](#if-creopse-cli-is-installed-globally)

```
creopse install
```

#### Otherwise, via Artisan

[](#otherwise-via-artisan)

For a **Vue** frontend:

```
php artisan creopse:install -t vue
```

For a **React** frontend:

```
php artisan creopse:install -t react
```

Note

This command also generates an `install.lock` file in `public/creopse`, which activates the configuration wizard on first access to `/creopse/`.

---

### 4. Start the development server

[](#4-start-the-development-server)

Regardless of the configuration approach chosen (automatic or manual below), this step is required to compile assets and start rendering the site:

```
pnpm dev
```

---

### 5. Configuration

[](#5-configuration)

Two approaches are available. **Choose one or the other**, not both.

#### Option A — Automatic configuration (recommended)

[](#option-a--automatic-configuration-recommended)

Navigate to the administration interface:

```
http://your-domain/creopse/

```

The wizard will guide you through configuring:

- The server URL.
- The database connection.
- The administrator account.

Once configuration is complete, the `install.lock` file is deleted automatically.

Warning

Clear your browser cache if the wizard persists after installation.

#### Option B — Manual configuration

[](#option-b--manual-configuration)

**5.1. Configure the database**

Update your `.env` file:

```
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your_database_name
DB_USERNAME=your_username
DB_PASSWORD=your_password
```

Then run the migrations and seeders:

```
php artisan migrate --seed
```

**5.2. Delete the `install.lock` file**

Delete `public/creopse/install.lock` to unlock access to the administration interface. As long as this file is present, any visit to `/creopse/` is redirected to the installation wizard.

```
rm public/creopse/install.lock
```

**5.3. Update `public/creopse/config.jsonc`**

Set the `apiBaseUrl` value to match your backend URL:

```
{
  "apiBaseUrl": "https://your-domain"
}
```

**5.4. Access the administration interface**

```
http://your-domain/creopse/

```

Log in with the default credentials:

- **Username**: `admin`
- **Password**: `admin`

Warning

Change these credentials immediately after your first login.

🎉 You're Ready to Go
--------------------

[](#-youre-ready-to-go)

Creopse is now fully installed and ready for development. Explore its hybrid CMS capabilities and build amazing applications effortlessly.

---

📖 Additional Resources
----------------------

[](#-additional-resources)

For detailed documentation and advanced configurations, check out:

- [Official Documentation](https://creopse.github.io/docs/)
- [Laravel Documentation](https://laravel.com/docs)
- [Inertia Documentation](https://inertiajs.com/)

For support, feel free to contact us or open an issue in the repository.

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance96

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~4 days

Total

117

Last Release

25d ago

PHP version history (5 changes)v0.0.1PHP ^8.1

v0.0.28PHP ^8.1 || ^8.2

v0.0.38PHP ^8.1 || ^8.2 || ^8.3

v0.0.98PHP ^8.1 || ^8.2 || ^8.3 || ^8.4

v0.1.0PHP ^8.2 || ^8.3 || ^8.4 || ^8.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a90be8b41b7e274a488844f315133911102a49a9bbfde99f556aa2ed5348b57?d=identicon)[noeGnh](/maintainers/noeGnh)

---

Top Contributors

[![noeGnh](https://avatars.githubusercontent.com/u/67134244?v=4)](https://github.com/noeGnh "noeGnh (240 commits)")

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[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)[leantime/leantime

Open source project management system for non-project managers. Simple like Trello, powerful like Jira. Built with neurodiversity in mind.

11.3k4.0k](/packages/leantime-leantime)[unopim/unopim

UnoPim Laravel PIM

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

Shopware platform is the core for all Shopware ecommerce products.

595.8M676](/packages/shopware-core)[bagisto/bagisto

Bagisto Laravel E-Commerce

28.0k175.2k9](/packages/bagisto-bagisto)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)

PHPackages © 2026

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