PHPackages                             syscover/pulsar-cms - 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. syscover/pulsar-cms

ActiveLibrary[Framework](/categories/framework)

syscover/pulsar-cms
===================

Cms package

0236PHP

Since Mar 2Pushed 6y ago2 watchersCompare

[ Source](https://github.com/syscover/pulsar-cms)[ Packagist](https://packagist.org/packages/syscover/pulsar-cms)[ RSS](/packages/syscover-pulsar-cms/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Pulsar CMS App for Laravel
==========================

[](#pulsar-cms-app-for-laravel)

[![Total Downloads](https://camo.githubusercontent.com/5f6b64233ffe2a064f7f5acc6da31291cc06da0b62d9571a2a11287aae150359/68747470733a2f2f706f7365722e707567782e6f72672f737973636f7665722f70756c7361722d636d732f646f776e6c6f616473)](https://packagist.org/packages/syscover/pulsar-cms)[![Latest Stable Version](https://camo.githubusercontent.com/bbba868f5b177134fc5540d5a1d4596a20485c1f92f50a2767bc31dd1ca2c508/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f737973636f7665722f70756c7361722d636d732e737667)](https://packagist.org/packages/syscover/pulsar-cms)

Pulsar is an application that generates a control panel where you start creating custom solutions, provides the resources necessary for any web application.

---

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

[](#installation)

Before install syscover/pulsar-cms, you need install syscover/pulsar-core and syscover/pulsar-admin

**1 - After install Laravel framework, execute on console:**

```
composer require syscover/pulsar-cms

```

Register service provider, on file config/app.php add to providers array

```
Syscover\Cms\CmsServiceProvider::class,

```

**2 - Execute publish command**

```
php artisan vendor:publish --provider="Syscover\Cms\CmsServiceProvider"
php artisan vendor:publish --provider="Laravel\Scout\ScoutServiceProvider"

```

**3 - And execute migrations and seed database**

```
php artisan migrate
php artisan db:seed --class="CmsTableSeeder"

```

**4 - Execute command to load all updates**

```
php artisan migrate --path=vendor/syscover/pulsar-cms/src/database/migrations/updates

```

**5 - Cms package implement Laravel Scout, you must indicate registration data or cancel Laravel Scout with the next data**

```
SCOUT_DRIVER=null
ALGOLIA_APP_ID=
ALGOLIA_SECRET=

```

**6 - Add graphQL routes to graphql/schema.graphql file**

```
# Cms
#import ./../vendor/syscover/pulsar-cms/src/Syscover/Cms/GraphQL/inputs.graphql
#import ./../vendor/syscover/pulsar-cms/src/Syscover/Cms/GraphQL/types.graphql

type Query {
    // others imports

    # Cms
    #import ./../vendor/syscover/pulsar-cms/src/Syscover/Cms/GraphQL/queries.graphql
}

type Mutation {
    // others imports

    # Cms
    #import ./../vendor/syscover/pulsar-cms/src/Syscover/Cms/GraphQL/mutations.graphql
}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d93b133cd1355362a7c2b51a70734409a16402e670ba5c9912d0bb05c6df3f?d=identicon)[carlospalacin](/maintainers/carlospalacin)

---

Top Contributors

[![carlospalacin](https://avatars.githubusercontent.com/u/7494076?v=4)](https://github.com/carlospalacin "carlospalacin (148 commits)")

### Embed Badge

![Health badge](/badges/syscover-pulsar-cms/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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