Download the PHP package laravel-afterburner/playbook without Composer

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

Afterburner Playbook

In-app documentation for Afterburner applications. The playbook ships platform guides and aggregates documentation from optional packages through a registry — similar to how navigation items are registered.

Installation

Add the path repository when developing locally:

Usage

Visit /help when signed in. A Help & Support link is registered via TeamNavigation (default placement system-support in strata apps, or default / order 20 in other hosts).

FAQ

Visit /help/faq for frequently asked questions. FAQ access is separate from playbook documentation:

Permission slug Purpose
view_playbook Read in-app help documentation
view_playbook_faqs View published FAQs
manage_playbook_faqs Create, edit, reorder, publish, and delete FAQs (implies view)

In Strata, assign these under Help in Role Manager. manage_playbook_faqs bundles view_playbook_faqs. Users can hold FAQ permissions without view_playbook.

When team RBAC is unavailable (standalone package tests), published FAQs remain visible to authenticated users. System administrators always have full FAQ access.

After installing or upgrading, run migrations so the playbook_faqs table exists:

Registering a section from a package

Ship markdown files under playbook/ in your package:

Page front matter

Supported front matter keys:

Key Description
title Page title (required)
slug URL slug (defaults to filename)
order Sort order within group
group Sidebar group label (defaults to folder name)
group_order Sort order for sidebar groups (defaults to 0 for getting-started/ folders, otherwise 100)
feature Hide unless App\Support\Features flag is enabled (typically used for optional platform security pages)
system_admin Restrict to system administrators (true by default for pages under a system-admin/ folder)

Placeholders

Use these in markdown body copy:

Internal links

Validate links:

Configuration

Publish config with php artisan vendor:publish --tag=afterburner-playbook-config.

If you previously published views (afterburner-playbook-assets), republish or delete resources/views/vendor/afterburner-playbook so UI updates apply — published views override the package.

Variable Default Description
AFTERBURNER_PLAYBOOK_ENABLED true Master switch
AFTERBURNER_PLAYBOOK_NAVIGATION_ENABLED true Show link in entity menu
AFTERBURNER_PLAYBOOK_DEFAULT_SECTION platform Landing section
AFTERBURNER_PLAYBOOK_DEFAULT_PAGE welcome Landing page slug

Testing

License

MIT


All versions of playbook with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^11.0
laravel-afterburner/jetstream Version ^1.0|dev-master
livewire/livewire Version ^3.5
symfony/yaml Version ^7.0
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 laravel-afterburner/playbook contains the following files

Loading the files please wait ...