Download the PHP package n1215/larabread without Composer

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

Larabread

An IDE-friendly Breadcrumbs package for Laravel.

Install

Usage

1. Factory and method chain

HTML is rendered with the default template (using bootstrap4 css classes).

2. Trail classes

You can define breadcrumbs outside of controller by making POPO class called "Trail".

2-1. Simple Trail

2-2. Nested definition

You can reuse other BreadcrumbList by method chain

2-3. Nested definitions by Constructor Injection

You can separate definitions into multiple Trail classes.

Parent-Child relationship of Trail classes is resolved by the service container and auto-wiring.

3. Create BreadcrumbList in other ways.

A simple blog system example using Category and Post models.

You can make BreadcrumbList in 4 ways

The first argument of BreadcrumbManager::make() is an array of a Trail class name and its method name. The second and subsequent are passed to Trail's method.

4. Make BreadcrumbList in Blade templates.

You can make BreadcrumbList directly in Blade templates.

5. Set current BreadcrumbsList

BreadcrumbManager can hold a BreadcrumbsList for current request.

Include the breadcrumbs template in your layout file.

Call BreadcrumbManager::set() in a child template via Facade or helper. The Arguments are the same as ones of BreadcrumbManager::make().

After setting current BreadcrumbList, it's possible to get it by BreadcrumbManager::get() and the current BreadcrumbList is automatically added to the breadcrumbs template via a view composer.

6. Change template

The default template is set in config file.

6-1. Publish config file

Publish packages's config to config/larabread.php.

6-2. Change config file

6-3 Write your own template file

6-4. Custom attribute

The third arguments of BreadcrumbList::add() is attributes for your own customization. For example, add an icon image url.

use the attribute by Breadcrumb::getAttribute() method.

License

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


All versions of larabread with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1.3
ext-json Version *
psr/container Version ^1.0
illuminate/container Version >=5.6
illuminate/support Version >=5.6
illuminate/view Version >=5.6
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 n1215/larabread contains the following files

Loading the files please wait ....