Download the PHP package cable8mm/document2 without Composer

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

Document2 - Documentation Generator

code-style run-tests Packagist Version Packagist Downloads Packagist Dependency Version Packagist Dependency Version Packagist Stars Packagist License

The Document2 is to generate Laravel style documents to static website.

We have done our best to create a convenient tool for you all. Take a moment to see how it works.

Features

Installation

Usage

Three official three templates are available. We can introduce them for creating as soon as possible.

Select your template:

And clone the documentation files:

Finally, run the following command to generate the static htmls

If Laravel Valet or Laravel Herd has been installed, you can visit https://document2.test.

Development Templates

Create

and visit http://localhost:5173/. The port can be different.

Reserved Placeholders

{{ section_title }} : replaces the section title
{{ title }} : replaces the title
{{ version }} : replaces the documentation version
{{ canonical }} : replaces the canonical url of the documentation
{{ app_url }} : replaces the documentation url
{{ original_url }} : replaces the original website url out of docs

Reserved Dividers

<!-- doc.navigator.start -->
The navigator html is inserted in this area
<!-- doc.navigator.end -->

<!-- version.options.start -->
The option html is inserted in this area
<!-- version.options.end -->

<!-- doc.content.start -->
The markdown documentation html is inserted in this area
<!-- doc.content.end -->

Testing

Formatting

License

The Document2 project is open-sourced software licensed under the MIT license.


All versions of document2 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
cable8mm/commonmark-unfenced Version ^1.0
illuminate/log Version ^10.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
illuminate/view Version ^9.0|^10.0
laravel-zero/framework Version ^10.2
nunomaduro/termwind Version ^1.15.1
symfony/dom-crawler Version ^6.0|^7.0
torchlight/torchlight-commonmark Version ^0.5.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 cable8mm/document2 contains the following files

Loading the files please wait ....