Download the PHP package link2zain/webmagic_dashboard without Composer

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

Dashboard builder module

This module may be used for build dashboard based on any stiles. In current realization we will use AdmiLTE template but maybe in future core functionality will move to separate project

Description

The main idea of this module is to give the possibility to generate the dashboard pages from PHP with Laravel power. At the same time, to give the possibility to flexibly configure, expand and modify the generation process.

Getting started

Pages fast building description

Forms and form elements

Additional features

Dashboard

Dashboard it's just class which creating BasePage with settings and call method render. But this class is singleton that's mean once you set up class then you will get the same class in any part of your app. More about singleton for example here : http://dron.by/post/pattern-proektirovaniya-singleton-odinochka-na-php.html Dashboard can get the same with BasePage.

Define logo

Logo element description

Work with main menu

Main menu description

Work with navbar menu

NavBar menu extends MainMenu so the functionality and ability the same as Main menu

Front

Building setting up with gulp and webpack, all commands you can run with gulp. In building setup two environments 'dev' and 'prod'

'dev' environment - run building front into root public directory 'prod' environment - run building front into module public directory

for set/change environment run in console command: set NODE_ENV=prod/dev - for Windows export NODE_ENV=prod/dev - for Linux

Updating assets after module updated

For update assets after module updated you can use console command:

php artisan dashboard::assets-update

This command will removed your current assets and copied new assets for package. Destination path you can change with param --path. As default it is public_path('webmagic/dashboard')

Using local version of dashboard inside other project

Set volumes into your docker-compose.yml

Add it to composer.json of your app


All versions of webmagic_dashboard with dependencies

PHP Build Version
Package Version
Requires php Version 7.1 - 7.3
ext-json Version *
laravel/framework Version 5.5 - 7
link2zain/webmagic_core Version ^1.0 || master
graham-campbell/markdown Version 10 - 12.0
ocramius/package-versions Version 1.4 - 1.5
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 link2zain/webmagic_dashboard contains the following files

Loading the files please wait ....