Download the PHP package atk14/md-book without Composer
On this page you can find all versions of the php package atk14/md-book. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atk14/md-book
More information about atk14/md-book
Files in atk14/md-book
Download atk14/md-book
More information about atk14/md-book
Files in atk14/md-book
Vendor atk14
Package md-book
Short Description A set of features that allow to publish Markdown books on web
License MIT
Homepage https://github.com/atk14/MdBook
Package md-book
Short Description A set of features that allow to publish Markdown books on web
License MIT
Homepage https://github.com/atk14/MdBook
Please rate this library. Is it a good library?
Informations about the package md-book
Md Book
A set of features that allow to publish books written in Markdown on web.
Installation
cd path/to/your/project/
composer require atk14/md-book
ln -s ../../vendor/atk14/md-book/src/app/controllers/md_book_base.php ./app/controllers/
ln -s ../../vendor/atk14/md-book/src/app/views/md_book_base ./app/views/
ln -s ../../../vendor/atk14/md-book/src/app/views/shared/md_book ./app/views/shared
Usage in an Atk14 application
<?php
// file: app/controller/sample_book_controller.php
require_once(__DIR__ . "/md_book_base.php");
class SampleBookController extends MdBookBaseController {
var $book_dir = __DIR__ . "/../../vendor/atk14/md-book/test/sample_book/";
}
All versions of md-book with dependencies
PHP Build Version
Package Version
The package atk14/md-book contains the following files
Loading the files please wait ....