PHP code example of rex-devs / lara-docs-kit
1. Go to this page and download the library: Download rex-devs/lara-docs-kit 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/ */
rex-devs / lara-docs-kit example snippets
'routes' => [
[
'name' => 'docs',
'url' => '/docs',
'dir' => 'docs/',
'middleware' => [
'web',
],
],
],
bash
php artisan vendor:publish --tag=lara-docs-kit-assets
bash
php artisan vendor:publish --tag=lara-docs-kit-config