Download the PHP package sgsoft-studio/webed without Composer

On this page you can find all versions of the php package sgsoft-studio/webed. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package webed

Welcome to WebEd CMS

A CMS based on Laravel 5.5

Build status Total downloads Latest Stable Version

Demo

If you cannot login, please visit this link https://cms.sgsoft-studio.com/reset-password to reset password.

Documentation

WebEd is a free open source!

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:

System Requirement

On this projects, I use the latest Laravel version (currently 5.5). Please go to laravel documentation page to check your system requirements.

WebEd installation guide

Install directly from composer

Install to the existing project

Require WebEd to your composer.json by this command

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

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:

Then

Access to dashboard:

You can config admin route by modify the .env:

All available WebEd env config:

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

Download the plugins and places it at /plugins folder.

Plugins list All plugins with released version is 4.0.* will stable with WebEd 4.0.

Need more support?


All versions of webed with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0.0
fideloper/proxy Version ~3.3
laravel/framework Version 5.5.*
laravel/tinker Version ~1.0
sgsoft-studio/base Version 4.0.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package sgsoft-studio/webed contains the following files

Loading the files please wait ....