PHPackages                             sgsoft-studio/webed - 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. sgsoft-studio/webed

AbandonedProject[Framework](/categories/framework)

sgsoft-studio/webed
===================

The CMS based on Laravel Framework 5.4

4.0.5(8y ago)4135.3k119[11 issues](https://github.com/sgsoft-studio/webed/issues)MITPHPPHP &gt;=7.0.0

Since Nov 19Pushed 8y ago36 watchersCompare

[ Source](https://github.com/sgsoft-studio/webed)[ Packagist](https://packagist.org/packages/sgsoft-studio/webed)[ RSS](/packages/sgsoft-studio-webed/feed)WikiDiscussions 4.0 Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (51)Used By (0)

Welcome to WebEd CMS
====================

[](#welcome-to-webed-cms)

#### A CMS based on Laravel 5.5

[](#a-cms-based-on-laravel-55)

[![Build status](https://camo.githubusercontent.com/30c37a79d06814909774651b6e39a4b9de5943cf74a90965e14c78539e22fb90/68747470733a2f2f7472617669732d63692e6f72672f7367736f66742d73747564696f2f77656265642e737667)](https://camo.githubusercontent.com/30c37a79d06814909774651b6e39a4b9de5943cf74a90965e14c78539e22fb90/68747470733a2f2f7472617669732d63692e6f72672f7367736f66742d73747564696f2f77656265642e737667)[![Total downloads](https://camo.githubusercontent.com/33b23638c64618b9657d04917c6fbecffc0f0838108d088d3dafc5638f775c24/68747470733a2f2f706f7365722e707567782e6f72672f7367736f66742d73747564696f2f626173652f642f746f74616c2e737667)](https://camo.githubusercontent.com/33b23638c64618b9657d04917c6fbecffc0f0838108d088d3dafc5638f775c24/68747470733a2f2f706f7365722e707567782e6f72672f7367736f66742d73747564696f2f626173652f642f746f74616c2e737667)[![Latest Stable Version](https://camo.githubusercontent.com/395eda2d6e45fdc533da129829d3fb0d8ec6f512c971e100f1c27b158ebde148/68747470733a2f2f706f7365722e707567782e6f72672f7367736f66742d73747564696f2f626173652f762f737461626c652e737667)](https://camo.githubusercontent.com/395eda2d6e45fdc533da129829d3fb0d8ec6f512c971e100f1c27b158ebde148/68747470733a2f2f706f7365722e707567782e6f72672f7367736f66742d73747564696f2f626173652f762f737461626c652e737667)

Demo
----

[](#demo)

- Demo site:
- Admin demo site:  (/demo1234)

If you cannot login, please visit this link  to reset password.

### Documentation

[](#documentation)

- [Documentation page](https://webed.sgsoft-studio.com/docs/3.1/overview)
- Link repos documentation: [github.com/sgsoft-studio/docs-site](https://github.com/sgsoft-studio/docs-site)

#### WebEd is a free open source!

[](#webed-is-a-free-open-source)

WebEd has been discontinued
===========================

[](#webed-has-been-discontinued)

I would like to say thanks that you guys use this cms, but I'm so appreciated that I cannot continue develop WebEd. I do not have enough time and my financial situation is not good. I'm so sorry. ^^ You guys can use another cms, such as Voyager,...

### Some cool features of WebEd CMS:

[](#some-cool-features-of-webed-cms)

- Modular packages.
- Manage files with Elfinder.
- ACL.
- Menu management with drag &amp; drop.
- Database caching.
- Themes &amp; plugins management.
- Hook (actions hook, filters hook).
- Manage pages, blocks, blog, contact form, Google Analytics, custom fields...

System Requirement
------------------

[](#system-requirement)

On this projects, I use the latest Laravel version (currently 5.5). Please go to [laravel documentation page](https://laravel.com/docs/5.5/installation) to check your system requirements.

WebEd installation guide
========================

[](#webed-installation-guide)

Install directly from composer
------------------------------

[](#install-directly-from-composer)

```
composer create-project --prefer-dist sgsoft-studio/webed webed

```

Install to the existing project
-------------------------------

[](#install-to-the-existing-project)

Require WebEd to your composer.json by this command

```
composer require sgsoft-studio/base:4.0.*

```

Open file `config/auth.php`, change the web login model to `WebEd\Base\Users\Models\User::class`.

### Change WebEd database prefix

[](#change-webed-database-prefix)

By default, all WebEd tables have `we_` prefix. If you want to change them, open your `public/index.php`, add these line on top of this file:

```
define('WEBED_DB_PREFIX', 'we_');

```

### Then

[](#then)

```
php artisan key:generate
php artisan cms:install

```

Access to dashboard:

```
php artisan serve
http://localhost:8000/admincp

```

You can config admin route by modify the .env:

```
WEBED_ADMIN_ROUTE=admincp

```

All available WebEd env config:

```
#Caching service
CACHE_REPOSITORY_ENABLED=true
CACHE_REPOSITORY_DRIVER=file
CACHE_REPOSITORY_LIFETIME=-1

#Admin route alias
WEBED_ADMIN_ROUTE=admincp
WEBED_API_ROUTE=api

```

If you see this message when enable plugins/themes, it's because of your server does not support composer dump-autoload helper. Try to run **composer dump-autoload** by yourself.

> The base module of this class is enabled, but class not found: ***xxx***. Please review and add the namespace of this module to composer autoload section, then run **composer dump-autoload**

Plugins
-------

[](#plugins)

Download the plugins and places it at **/plugins** folder.

[Plugins list](https://github.com/webed-plugins)All plugins with released version is `4.0.*` will stable with WebEd 4.0.

Need more support?
------------------

[](#need-more-support)

- Email:

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community20

Small or concentrated contributor base

Maturity71

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

Recently: every ~64 days

Total

50

Last Release

3020d ago

Major Versions

2.1.x-dev → 3.02017-02-05

3.1.x-dev → 4.0.32017-09-17

PHP version history (2 changes)2.0PHP &gt;=5.6.4

4.0.3PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/47bcbeebf1ad024129b9193552397badb7295699c553d7d3bfdcc63cdc01de84?d=identicon)[duyphan2502](/maintainers/duyphan2502)

---

Top Contributors

[![duyphan2502](https://avatars.githubusercontent.com/u/78334055?v=4)](https://github.com/duyphan2502 "duyphan2502 (126 commits)")

---

Tags

cmslaravellaravel-cmsframeworklaravelLaravel CMSlaravel website editorwebedlaravel webed

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sgsoft-studio-webed/health.svg)

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

###  Alternatives

[juzaweb/cms

Juzaweb CMS is a Content Management System (CMS) developed based on Laravel Framework and web platform whose sole purpose is to make your development workflow simple again. Project develop by Juzaweb

187571.2k](/packages/juzaweb-cms)[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.

3691.5k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v3 Starter Kit for Laravel 12, designed to accelerate the development of Filament-powered applications.

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

PHPackages © 2026

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