Download the PHP package ixocreate/admin-frontend without Composer

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

IXOCREATE Admin Frontend Application

Packagist

Angular application that interacts with IXOCREATE's Admin API. It is added as Composer dependency in the Admin package by default to ensure API client compatibility.

Features

Installation

Install the package via composer:

Usage

Pre-Built

Directly include the build folder contents in your project

Customize & Extend

Extend the application with custom features as explained in detail below.

Development

IXOCREATE's admin application can be customized by extending the feature set with custom components and building the application.

The application layout is based on a default angular-cli project setup to not get in the way of common Angular development workflows.

Note: To run and build the application please use the npm scripts defined in package.json instead of direct ng commands as described in the following sections.

Development server

$ yarn run serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

To specify the port the app should be served at (e.g. 4201 instead of the angular default 4200) change the port in package.json or use:

$ yarn run serve --port=4201

Update ngx-admin

To update the core library run

$ yarn install @ixocreate/ngx-admin

Note: make sure the updated library version is compatible with the current Admin API version that is used in your project.

For change requests and/or bug fixes for ngx-admin please refer to the ngx-admin package.

Code scaffolding

Run ng g component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

$ yarn run build

The build artifacts will be stored in the build/ directory. The --prod flag for a production build is default.

Running unit tests

Execute the unit tests via Karma:

$ yarn run test

Running end-to-end tests

Execute the end-to-end tests via Protractor:

$ yarn run e2e

Documentation

Learn more about IXOCREATE by reading its Documentation.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security Vulnerabilities

If you discover security vulnerabilities, please address issues directly to [email protected] via e-mail.

License

The MIT License (MIT). Please see LICENSE for more information.


All versions of admin-frontend with dependencies

PHP Build Version
Package Version
No informations.
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 ixocreate/admin-frontend contains the following files

Loading the files please wait ....