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.0.87(1mo ago)0239↓100%MITPHPPHP ^8.1 || ^8.2 || ^8.3

Since Jan 24Pushed 1mo agoCompare

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

READMEChangelog (10)Dependencies (38)Versions (82)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 10, 11, or 12 is required.
- **PHP**:
    - Laravel 10: minimum version 8.1
    - Laravel 11 &amp; 12: minimum version 8.2
- **Composer**: To manage dependencies.
- **pnpm**: Required to manage and build frontend assets.

---

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

[](#️-installation-guide)

### Step 1: Install Laravel

[](#step-1-install-laravel)

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

**For Laravel 10:**

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

**For Laravel 11:**

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

**For Laravel 12:**

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

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

---

### Step 2: Add Creopse to Your Project

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

Add the Creopse package to your Laravel project using Composer:

```
composer require creopse/creopse
```

This will download and install all the necessary files for Creopse.

---

### Step 3: Install Creopse Files

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

To set up Creopse in your project, run the following command to publish its configuration and required files:

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

[](#if-you-have-the-creopse-cli-installed-globally)

```
creopse install
```

#### Otherwise, use the Laravel Artisan command

[](#otherwise-use-the-laravel-artisan-command)

- For a **Vue** frontend:

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

- For a **React** frontend:

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

This will:

- Publish necessary configuration files.
- Set up essential Creopse directories and resources for vue or react frontend.

---

### Step 4: Configure Your Database

[](#step-4-configure-your-database)

1. Open the `.env` file in the root of your project.
2. Update the database credentials to match your setup:

    ```
    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
    ```
3. Run the database migrations and seed the data by executing:

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

    This will create the required tables and populate them with initial data.

---

### Step 5: Start the Development Server

[](#step-5-start-the-development-server)

To compile frontend assets and start the development server, run:

```
pnpm dev
```

This will start your development environment and prepare your application for use.

---

### Step 6: Access the Admin Panel

[](#step-6-access-the-admin-panel)

Once the setup is complete, you can access the **Creopse Admin Panel** by navigating to the following URL in your browser:

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

Log in using the credentials you configured (or the default credentials if provided during installation).

---

🎉 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

44

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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

Every ~5 days

Total

81

Last Release

49d ago

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

v0.0.28PHP ^8.1 || ^8.2

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

### 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 (153 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.3k](/packages/typicms-base)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[eveseat/web

SeAT Web Interface

2723.2k135](/packages/eveseat-web)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1225.0k10](/packages/fleetbase-core-api)

PHPackages © 2026

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