Download the PHP package leadingsystems/lsce without Composer

On this page you can find all versions of the php package leadingsystems/lsce. 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 lsce

Leading Systems LSCE

What is LSCE?

LSCE is a collection of content elements (custom elements) for Contao. LSCE relies on the custom elements extension by rocksolid to render the elements' backend interface and frontend output. The elements are styled using the LSCSS framework which essentially means SASS in the SCSS syntax. If elements require JavaScript, the scripts provided with the elements rely on the LSJS framework.

ATTENTION: Using JavaScript in LSCE is not yet supported because LSJS does not yet support loading external modules.

Getting started

After installing LSCE, it is located in assets/lsce.

Please note: The files in this directory must not be modified.

In order to be able to use a content element from the LSCE collection, you must copy both files contained in the element's copy folder to "/templates". This is necessary because the rocksolid custom elements extension expects both the config file and the template of each custom element to be located in that folder. The files to copy contain include statements which load the actual config and template files from "assets/lsce".

Since every LSCE content element comes with its own stylesheet, you also have to import the stylesheet of each content element that you want to use in your project's lscss-project.scss file.

After that, using LSCE content elements simply means using them in the Contao backend as content elements and/or frontend modules just like you would use any regular content element or frontend module.

Modifying LSCE content elements

If you want to modify a content element, you can simply open the element's config and/or template files in the "/templates" folder and replace the include statement with the content of the included file. The LSCSS stylesheet that you import in your lscss-project.scss can be copied from the LSCE content element's folder (from "assets/lsce") to your project's LSCSS folder and then you can include the copied filed. You can now change the code in those files as you wish and all changes are update-safe.


All versions of lsce with dependencies

PHP Build Version
Package Version
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 leadingsystems/lsce contains the following files

Loading the files please wait ....