PHP code example of dcblogdev / laravel-junie

1. Go to this page and download the library: Download dcblogdev/laravel-junie 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/ */

    

dcblogdev / laravel-junie example snippets


return [
    'documents' => [
        'general' => [
            'name' => 'General guidelines',
            'enabled' => true,
            'path' => 'general.md',
        ],
        // More documents...
    ],

    'output_path' => '.junie',
];
bash
php artisan vendor:publish --tag=config
bash
   # Install specific guidelines
   php artisan junie:install --general --testing
   
bash
   php artisan junie:install