Download the PHP package stevennight/menu-breadcrumbs-package without Composer

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

yii2-menu-breadcrumbs

GitHub version Latest Stable Version Total Downloads Latest Unstable Version License composer.lock

Automatic generate the breadcrumbs with the menu setting.And try to optimizate the menu plugin.

Test in dmstr's yii2 adminLTE asset bundle and only for it now, because this plugin extends from dmstr/menu...

There are some features of this plugin:

  1. Automatic generate the breadcrumbs by the menu setting.
  2. Also could automatic generate the page title by the menu item label.
  3. Could set the parent item active when the item is invisible which is below this parent item
  4. The item would be hidden when it link to a page user without rbac permission. (set openRbac to true)

future plan:

  1. to independent, not extends from dmstr/menu.

There is a example in the viewExample.php file.

If you have any question, ask to me please.

中文说明

根据菜单设置自动生成面包屑,并且尝试优化菜单插件。

通过在dmstr的yii2 adminLTE asset包的测试,并且目前只能运作在它上面,因为插件继承自dmstr/menu…

插件功能

  1. 自动根据菜单设置生成面包屑。
  2. 也自动根据标签生成页面标题。
  3. 可以将激活并且不可见的菜单项的父级设置成active激活。
  4. 根据rbac的权限进行菜单的显影。

未来计划

  1. 独立成一款插件,不继承自dmstr/menu。

关于示例,可以查看viewExample.php文件。

如果有什么问题,请联系我,谢谢。


All versions of menu-breadcrumbs-package with dependencies

PHP Build Version
Package Version
Requires yiisoft/yii2 Version ~2.0.6
yiisoft/yii2-bootstrap Version ~2.0.0
yiisoft/yii2-redis Version ^2.0
dmstr/yii2-adminlte-asset Version ^2.1
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 stevennight/menu-breadcrumbs-package contains the following files

Loading the files please wait ....