PHPackages                             despark/ignicms - 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. despark/ignicms

ActiveProject[Framework](/categories/framework)

despark/ignicms
===============

Administrative interface builder for Laravel 5.1

3.0.7(9y ago)222.5k[1 PRs](https://github.com/despark/ignicms/pulls)1MITPHP &gt;=5.6.4

Since Jun 8Compare

[ Source](https://github.com/despark/ignicms)[ Packagist](https://packagist.org/packages/despark/ignicms)[ RSS](/packages/despark-ignicms/feed)WikiDiscussions Synced 2w ago

READMEChangelog (10)Dependencies (20)Versions (43)Used By (1)

Despark's igniCMS
=================

[](#desparks-ignicms)

IMPORTANT: This repo has been moved to .
------------------------------------------------------------------------------

[](#important-this-repo-has-been-moved-to-httpsgithubcomdesparkigni-core)

For laravel 5.4+ please use the new repo. Thanks!

Introduction
------------

[](#introduction)

**igniCMS** is an administrative interface builder for Laravel 5.3

For Laravel versions 5.2 use branch v2.0

Prerequisites
-------------

[](#prerequisites)

- nodejs &gt;= 4.0
- npm
- bower
- gulp
- composer

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

[](#installation)

1. Require this package in your composer.json and run `composer update`:

```
"require": {
   "php": ">=5.5.9",
   "laravel/framework": "5.1.*",
   "despark/ignicms": "dev-master"
},
```

Or `composer require despark/ignicms`

2. After composer update, insert service providers `Despark\Providers\AdminServiceProvider::class,` `Despark\Cms\Providers\FieldServiceProvider::class,` before the *application service providers* to the `config/app.php`

**Example**

```
 ...
 /*
  * Despark CMS Service Provider
  */
   Despark\Cms\Providers\AdminServiceProvider::class,
   Despark\Cms\Providers\FieldServiceProvider::class,

 /*
  * Application Service Providers...
  */
   App\Providers\AppServiceProvider::class,
 ...
```

3. Run this command in the terminal (it'll set all necessary resources to use the CMS. *To complete this step you should have **composer**, **npm** &amp; **bower**, installed globally*):

```
  php artisan igni:admin:install

```

4. Run the database seeder to populate the database with default user, permissions and roles:

```
  php artisan db:seed --class=DesparkDatabaseSeeder

```

5. All done! Now go to the `/admin` and use default credentials `admin@despark.com` / `Despark1234`

Additional commands
-------------------

[](#additional-commands)

- Use the command `php artisan igni:admin:resource` to create all necessary files for manipulating resources. You should specify the resource name (in title case).

    **Example**

    ```
      php artisan igni:admin:resource "Blog Post"

    ```
- The command `php artisan igni:admin:update` will update composer dependencies, it'll clear the autoload and it'll run any new migrations.
- You can run `php artisan igni:admin:prod` on your production server, after deploy. It will install all dependencies according to your composer.lock file, run new migrations and optimize the autoload.

### Image styles rebuilding

[](#image-styles-rebuilding)

You can rebuild image styles using `php artisan igni:images:rebuild` . If you want you can specify which resources to rebuil with `--resources=*` switch. You can exclude some resources with `--without=*`

Copyright and License
---------------------

[](#copyright-and-license)

Despark CMS was written by Despark for the Laravel framework and is released under the MIT License. See the LICENSE file for details.

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity70

Established project with proven stability

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 ~6 days

Recently: every ~31 days

Total

33

Last Release

3509d ago

Major Versions

0.0.1 → 1.0.02016-06-20

v1.x-dev → 2.0.02016-06-24

2.5.1 → 3.0.x-dev2016-08-29

PHP version history (2 changes)0.0.1PHP &gt;=5.5.9

3.0.x-devPHP &gt;=5.6.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/fc6face76002e4a0d01937b1df09ef5b9315da2400c1690702ebf4e3107fe82b?d=identicon)[astoimenov](/maintainers/astoimenov)

![](https://www.gravatar.com/avatar/dd9812fc1e73e6abab81c545077695802ae2579f2320084a92074f1cf23d02c2?d=identicon)[lsimeonov](/maintainers/lsimeonov)

![](https://www.gravatar.com/avatar/05e6ee0da483b33992682ff07ef1aa60c7f75f6c916975442f398f5e0b239792?d=identicon)[sdipchikov](/maintainers/sdipchikov)

---

Tags

frameworklaravelcmsdespark

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

Bagisto Laravel E-Commerce

28.0k175.2k9](/packages/bagisto-bagisto)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[statamic/cms

The Statamic CMS Core Package

4.9k3.8M1.1k](/packages/statamic-cms)[code16/sharp

Laravel Content Management Framework

79266.1k10](/packages/code16-sharp)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)

PHPackages © 2026

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