Download the PHP package reliqarts/laravel-docweaver without Composer

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

Laravel Docweaver

An easy-to-use product documentation package for Laravel.

Docweaver is suitable for product documentation and/or knowledge bases. Converts folder(s) of .md files into full-bread complete documentation. Docweaver is inspired by Laravel's very own documentation.

Built For Laravel Build Status (all) Scrutinizer Codecov Maintainability License Latest Stable Version check it out!

 

Key Features

Docweaver provides the following features and more out of the box.

Installation & Usage

Installation

Install via composer; in console:

or require in composer.json:

then run composer update in your terminal to pull it in.

Once this has finished, you will need to add the service provider to the providers array in your app.php config as follows: (n.b. This package supports Laravel's package auto-discovery; if you are using Laravel 5.5 or above you can skip this step.)

Ensure that your applications public storage directory is linked and accessible via the browser.

see: https://laravel.com/docs/master/filesystem

Finally, publish package resources and configuration:

You may opt to publish only configuration by using the docweaver-config tag:

Setup

Set the desired environment variables so the package knows your image model, controller(s), etc.

Example environment config:

These variables, and more are explained within the config file.

Documentation Directory

The documentation directory is the place where you put your project documentation directories. It may be changed with the config key docweaver.storage.dir or the environment variable DOCWEAVER_DIR. The default documentation directory is resources/docs.

Structure

Each project directory should contain separate folders for each documented version. Each version must have at least two (2) markdown files, namely documentation.md and installation.md, which serve as the sidebar and initial documentation pages respectively.

Meta File

Configurations for each doc version may be placed in .docweaver.yml. The supported settings are:


Acknowledgements

This package was inspired by Laravel's documentation and uses its underlying mechanism as a base.


All versions of laravel-docweaver with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
ext-json Version *
illuminate/support Version 9 - 10
league/commonmark Version ^2.2
monolog/monolog Version 1.24 - 3
nesbot/carbon Version ^2.0
reliqarts/laravel-common Version 5.0 - 6
symfony/browser-kit Version >=4.3
symfony/process Version >=4.0
symfony/yaml Version >=4.3
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 reliqarts/laravel-docweaver contains the following files

Loading the files please wait ....