Download the PHP package blackpig-creatif/grimoire without Composer

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

Grimoire

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

In-panel documentation for FilamentPHP v5 applications.

Grimoire lets you embed rich, versioned documentation directly inside your Filament admin panel. Organise content into Tomes (top-level books) and Chapters (individual pages), author in Markdown with YAML frontmatter, and edit chapters inline without leaving the panel.


Requirements


Installation

Publish the config (optional):


Plugin Registration

Register the plugin in your Filament panel provider:


Registering a Tome

A Tome is a top-level documentation section. Register one in your AppServiceProvider::boot():

Then scaffold the required Filament stubs:


Adding Chapters

This generates a Filament page stub and a Markdown file at resources/grimoire/my-docs/my-chapter.md. Add content with YAML frontmatter:


Extending a Tome

Override or add chapters to any Tome (including vendor Tomes) from your app:

Local chapters take priority over vendor chapters on slug collision — useful for overriding package documentation with app-specific notes.


Permissions

Access to view and edit documentation is controlled via config/grimoire.php:

Each key accepts one of the following:

null (default behaviour)

A Laravel Gate ability name

Define the ability in AuthServiceProvider (or a dedicated GrimoirePolicy):

A Class@method string

The method receives the authenticated user as its only argument and must return a boolean.

A closure (local development only)

Closures work when config is not cached, making them convenient for local development. They cannot be used in production with php artisan config:cache.


Inline Editing

Authenticated users with edit permission can edit chapter content directly in the panel. Click Edit on any chapter page to switch to an inline editor with a Markdown editor for content and a YAML editor for frontmatter.


Locale Support

Grimoire supports two locale strategies for multilingual documentation. Configure in config/grimoire.php:

Suffix strategy — place locale variants alongside the default file:

Directory strategy — organise by locale subdirectory:

Grimoire resolves files in order: current locale → fallback locale → locale-neutral.


Built-in Self-Documentation

Enable Grimoire's own documentation Tome inside your panel with ->withDocs():


Caching

For production, cache the navigation tree:


Testing


Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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


All versions of grimoire with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3|^8.4
filament/filament Version ^5.0
league/commonmark Version ^2.4
spatie/laravel-package-tools Version ^1.15.0
spatie/yaml-front-matter Version ^2.0
tempest/highlight Version ^2.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 blackpig-creatif/grimoire contains the following files

Loading the files please wait ...