PHP code example of pronomix-gmbh / bookstack-markdown-importer
1. Go to this page and download the library: Download pronomix-gmbh/bookstack-markdown-importer library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pronomix-gmbh / bookstack-markdown-importer example snippets
BookStackMarkdownImporter\ServiceProvider::class,
return [
'max_upload_mb' => 20,
'allow_zip' => true,
'create_chapters_from_folders_default' => true,
];
bash
php artisan vendor:publish --tag=bookstack-markdown-importer-config
bash
php artisan cache:clear
php artisan view:clear
config/bookstack-markdown-importer.php
bash
php artisan cache:clear
php artisan view:clear