PHP code example of andreapollastri / larapilot

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

    

andreapollastri / larapilot example snippets


/larapilot-inception "…"  →  /larapilot-spec  →  /larapilot-plan US-XXX
  →  /larapilot-implement US-XXX  →  /larapilot-review US-XXX
bash
php artisan larapilot:frontend-set --path=/absolute/path/to/fe-repo --stack=React
php artisan larapilot:frontend-scan
bash
php artisan larapilot:backstage-export           # preview the bundle (writes nothing)
php artisan larapilot:backstage-export --write   # generate catalog + TechDocs
bash
composer larapilot:install
php artisan boost:install
bash
php artisan boost:update --discover
bash
composer update andreapollastri/larapilot
php artisan larapilot:update
php artisan larapilot:doctor